A few responsive fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user