fix: dimensions

This commit is contained in:
sadorowo 2023-11-24 09:41:02 +01:00 committed by GitHub
parent ecae1e7ba0
commit 2d1d7416f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,6 +155,8 @@ button a {
.project-card img { .project-card img {
border-radius: 10px; border-radius: 10px;
width: 200px;
height: 200px;
margin: 0; margin: 0;
} }
@ -271,4 +273,4 @@ body:not(.dark) #age {
#projects { #projects {
flex-direction: column; flex-direction: column;
} }
} }