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