Poprawiono responsywność RJ

This commit is contained in:
2022-05-02 01:21:08 +02:00
parent b530bbd8fa
commit 9f8802451b
@@ -311,14 +311,13 @@ h3.timetable-header {
&-item { &-item {
margin: 1em auto; margin: 1em auto;
padding: 0 0.5em;
max-width: 1100px; max-width: 1100px;
display: grid; display: grid;
grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
gap: 0 0.5em; gap: 0 0.5em;
padding: 0 0.35em;
background: $bgLigtherCol; background: $bgLigtherCol;
cursor: pointer; cursor: pointer;
@@ -342,7 +341,7 @@ h3.timetable-header {
} }
&-general { &-general {
padding: 0.5rem 0.3rem; padding: 0.5rem 0;
border-radius: 10px; border-radius: 10px;
display: flex; display: flex;
@@ -352,8 +351,7 @@ h3.timetable-header {
text-align: left; text-align: left;
@include smallScreen() { @include smallScreen() {
width: 95%; width: 100%;
font-size: 1.3em;
} }
} }
@@ -365,7 +363,7 @@ h3.timetable-header {
@include smallScreen() { @include smallScreen() {
width: 100%; width: 100%;
margin: 0.5em 0; margin: 0.5em 0;
font-size: 1.4em; font-size: 1.2em;
} }
} }
} }