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

This commit is contained in:
2023-09-01 15:09:15 +00:00
parent 9a4270e4dd
commit f3a22c7543
3 changed files with 34 additions and 9 deletions

View File

@@ -54,14 +54,19 @@
flex-direction: column;
align-items: flex-start;
gap: 20px;
button {
background-color: @bg-color;
color: @font-color;
height: 36px;
padding: 2px 15px;
font-size: 20px;
font-weight: bold;
cursor: pointer;
font-size: 0.7rem;
@media @tablet {
font-size: initial;
}
}
.row-ref {