A few responsive fixes

This commit is contained in:
Claude Brisson
2024-02-17 21:30:39 +01:00
parent 884d7784cd
commit 27e11d9104
2 changed files with 20 additions and 14 deletions

View File

@@ -277,9 +277,7 @@
}
.result-sheets {
position: absolute;
bottom: 1em;
left: 1em;
margin-top: 0.2em;
}
/* results section */
@@ -350,8 +348,8 @@
}
}
@media( max-width: 1400px) {
.ui.steps > .step {
@media(max-width: 1400px) {
.ui.steps > .step:not(.active) {
padding-left: 1.2em;
padding-right: 0.8em;
&::before {
@@ -362,4 +360,10 @@
}
}
}
@media(max-width: 750px) {
#logo {
display: none;
}
}
}