Change scss img size to fixed 150px

This commit is contained in:
2026-06-27 20:27:20 +03:00
parent 5fa61a2b45
commit ba2de13752

View File

@@ -37,10 +37,13 @@
margin-left : 2rem;
margin-right : 2rem;
margin-bottom : 5rem;
display : flex;
flex-direction: column;
align-items : center;
img {
display : block;
width : 100%;
width : 150px;
height : auto;
}
@@ -110,4 +113,3 @@
}
}
}