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

This commit is contained in:
2023-09-01 12:09:35 +00:00
parent 769fd1296c
commit 157e667227
13 changed files with 56 additions and 23 deletions

View File

@@ -27,7 +27,7 @@
display: flex;
flex-direction: column;
align-items: center;
width: 157px;
width: 150px;
gap: 20px;
max-width: 45%;
flex-grow: 1;
@@ -40,7 +40,7 @@
gap: 10px;
}
@media @desktop {
width: 240px;
width: 230px;
gap: 40px;
}
img {
@@ -55,9 +55,11 @@
text-align: center;
font-size: 2.2rem;
font-family: "Libre Caslon Text", serif;
font-style: normal;
}
p {
text-align: center;
font-weight: bold;
}
}