This commit is contained in:
Roman Pyrih
2025-09-24 12:55:34 +02:00
parent 5858179290
commit 32940b8a65
3 changed files with 13 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -439,6 +439,11 @@ div.up {
font-weight: 700;
margin: 0;
display: inline-block;
background-color: $cBlackDark;
border-radius: 2.375rem;
padding: 15px 25px;
@media (max-width: 767px) {
font-size: 44px;
}
@@ -469,6 +474,12 @@ div.up {
&:last-child {
margin: 0;
}
&:not(:last-child) {
display: inline-block;
background-color: $cBlackDark;
border-radius: 2.375rem;
padding: 4px 12px;
}
@media (max-width: 767px) {
font-size: 16px;