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

This commit is contained in:
2023-09-01 14:10:51 +00:00
parent ce132cb146
commit 2a894d6645
2 changed files with 6 additions and 2 deletions

View File

@@ -36,6 +36,7 @@
@media @tablet { @media @tablet {
max-width: initial; max-width: initial;
flex-grow: initial; flex-grow: initial;
width: 160px; width: 160px;
} }

View File

@@ -39,7 +39,7 @@
transition: all 600ms; transition: all 600ms;
@media @tablet { @media @tablet {
gap: 20px;
font-size: 1rem; font-size: 1rem;
} }
.box { .box {
@@ -60,7 +60,10 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
@media @tablet {
gap: 20px;
}
.text { .text {
width: 100%; width: 100%;
display: flex; display: flex;