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