fixes
All checks were successful
deploy to production / deploy (push) Successful in 35s

This commit is contained in:
2023-09-01 14:22:27 +00:00
parent d44cbc1757
commit af8850dede

View File

@@ -28,7 +28,7 @@
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
width: 150px; width: 150px;
gap: 15px;
max-width: 45%; max-width: 45%;
flex-grow: 1; flex-grow: 1;
font-size: 0.9rem; font-size: 0.9rem;
@@ -36,10 +36,11 @@
@media @tablet { @media @tablet {
max-width: initial; max-width: initial;
flex-grow: initial; flex-grow: initial;
width: 160px; width: 160px;
} }
@media @desktop {
width: 220px;
}
img { img {
width: 75%; width: 75%;
height: auto; height: auto;