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

@@ -81,7 +81,7 @@
display: flex;
flex-direction: column;
.inner-container {
max-width: 170px;
max-width: 200px;
&:hover {
max-width: fit-content;
}
@@ -93,8 +93,10 @@
.title {
font-size: min(0.9vw, 14px);
padding: 2px 5px;
text-transform: uppercase;
@media @tablet {
padding: 5px 10px;
font-size: min(1vw, 18px);
}
font-weight: bold;
color: @font-color-secondary;