portfolio updates

This commit is contained in:
Rik Berkelder 2026-04-23 02:32:21 +02:00
parent c8d748e8fb
commit b31bd35bb8
12 changed files with 14 additions and 4 deletions

View file

@ -104,7 +104,6 @@ body {
}
.flex {
flex-wrap: nowrap;
align-items: center;
width: 100%;
@ -116,6 +115,12 @@ body {
display: block;
height: 15rem;
flex-grow: 1;
width: 33%;
@media (max-width: 500px) {
width: 100%;
}
img {
height: 100%;