fix: remove not needed flex container

This commit is contained in:
jabuxas 2024-11-07 21:16:46 -03:00
parent 85ce5fb06d
commit c93230a7fb

View File

@ -20,11 +20,6 @@ body {
color: #d4d4d4;
}
.container {
display: flex;
flex-direction: column;
}
img {
width: 150px;
border-radius: 50px;