added adaptive-styles for element img on square

This commit is contained in:
Kostya
2024-01-25 23:33:07 +03:00
parent 03d7209942
commit bd8b3d6dcc

View File

@@ -531,6 +531,9 @@ input[type="number"]::-webkit-outer-spin-button {
.square { .square {
width: 75px; width: 75px;
} }
.img-style-click {
left: -15px;
}
.info-emeralds { .info-emeralds {
margin-top: 6.5%; margin-top: 6.5%;
} }