style: Unified spacing to 2 and add editor config

This commit is contained in:
Wessel Tip
2021-03-17 14:18:39 +01:00

View File

@@ -248,12 +248,13 @@ ul.sectionSelector {
left: 25%; left: 25%;
width: 60%; width: 60%;
h3 { h3 {
text-transform: uppercase; text-transform: uppercase;
} }
} }
@media only screen and (min-width: 1920px) { @media only screen and (max-width: 1920px) {
.tab-content { .tab-content {
position: absolute; position: absolute;
left: 35%; left: 35%;
@@ -263,7 +264,7 @@ ul.sectionSelector {
@media only screen and (max-width: 1400px) { @media only screen and (max-width: 1400px) {
.tab-content { .tab-content {
position: absolute; position: absolute;
left: 45% left: 45%;
} }
} }