Set aside's left margin to 20px.

This commit is contained in:
Adrian Victor 2024-04-05 09:23:07 -03:00
commit f1a24d7056

View file

@ -28,6 +28,7 @@ aside {
width: 400px; width: 400px;
border: 2px solid white; border: 2px solid white;
background-color: #111; background-color: #111;
margin-left: 20px;
} }
nav.profile img { nav.profile img {