Poprawki responsywności

This commit is contained in:
2022-09-27 19:36:34 +02:00
parent 29a02dd98f
commit 3b44adff44
10 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -209,15 +209,15 @@ button.back-btn {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 0.75em;
.btn {
margin: 0.5em;
padding: 0.5em;
box-shadow: 0 0 10px 4px #242424;
&[data-checked='true'] {
color: var(--clr-primary);
font-weight: bold;
}
}
}