scratch that, just a smaller absolute value
This commit is contained in:
parent
7b0f72601b
commit
7be1ab53ec
|
@ -130,7 +130,7 @@
|
|||
|
||||
&:not(.active) {
|
||||
margin-top: 0;
|
||||
margin-left: 20%;
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
|
||||
@media all and (max-width: 800px) {
|
||||
|
@ -139,6 +139,11 @@
|
|||
margin-right: calc(0.25em - 200px);
|
||||
margin-left: 0.25em;
|
||||
|
||||
&:not(.active) {
|
||||
margin-top: 0;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
.text {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue