Zmiany w wyglądzie, poprawki responsywności

This commit is contained in:
2021-03-20 20:16:09 +01:00
parent 12c7c44014
commit 1a93fa3249
11 changed files with 90 additions and 120 deletions
@@ -226,7 +226,7 @@ h3 {
justify-content: center;
align-items: center;
font-size: 1.2em;
font-size: 1.5em;
img {
width: 1.1em;
@@ -254,6 +254,8 @@ h3 {
.select-box {
display: flex;
justify-content: center;
font-size: 1.2em;
}
.option {
@@ -341,10 +343,10 @@ h3 {
&-item {
margin: 1em auto;
font-size: 0.8em;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
gap: 0 0.5em;
padding: 0 0.35em;
@@ -393,7 +395,6 @@ h3 {
@include smallScreen() {
width: 100%;
margin: 0.7em 0;
font-size: 1.8em;
}
}
}