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

This commit is contained in:
2023-09-08 13:42:48 +00:00
parent 6b735fed07
commit 61af2e2c8e
7 changed files with 96 additions and 61 deletions

View File

@@ -28,7 +28,7 @@
flex-direction: column;
align-items: center;
width: 150px;
gap: 15px;
gap: 10px;
max-width: 45%;
flex-grow: 1;
font-size: 0.9rem;
@@ -39,7 +39,7 @@
width: 160px;
}
@media @desktop {
width: 220px;
width: 213px;
}
img {
width: 75%;
@@ -48,7 +48,7 @@
.text {
display: flex;
flex-direction: column;
gap: 10px;
em {
text-align: center;
font-size: 2.2rem;
@@ -58,6 +58,7 @@
p {
text-align: center;
font-weight: bold;
font-size: 1.1rem;
}
}
}