style: Unified spacing to 2 and add editor config

This commit is contained in:
Wessel Tip
2021-03-17 14:13:31 +01:00
parent 9981a28638
commit 0f3b0ec144
2 changed files with 11 additions and 4 deletions

View File

@@ -245,7 +245,7 @@ ul.sectionSelector {
.tab-content {
position: absolute;
left: 30%;
left: 25%;
width: 60%;
h3 {
@@ -253,10 +253,17 @@ ul.sectionSelector {
}
}
@media only screen and (min-width: 1300px) {
@media only screen and (min-width: 1920px) {
.tab-content {
position: absolute;
left: 30%;
left: 35%;
}
}
@media only screen and (max-width: 1400px) {
.tab-content {
position: absolute;
left: 45%
}
}