1
0
mirror of https://github.com/XFox111/my-website.git synced 2026-04-22 07:28:01 +03:00

fix: small profile picture on front page

This commit is contained in:
2024-08-21 00:04:42 +00:00
parent 701e390a69
commit 118c5fa16d
+3 -1
View File
@@ -50,10 +50,12 @@
margin-right: 48px;
margin-bottom: 12px;
width: calc(100% - 48px);
max-width: 512px;
.main
{
border-radius: $borderRadiusCircular;
max-width: 512px;
width: 100%;
height: auto;
}