mirror of
https://github.com/mue/mue.git
synced 2026-07-21 16:04:22 +02:00
style: Unified spacing to 2 and add editor config
This commit is contained in:
@@ -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%
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user