mirror of
https://github.com/mue/mue.git
synced 2026-06-13 03:58:49 +02:00
style: Unified spacing to 2 and add editor config
This commit is contained in:
@@ -248,12 +248,13 @@ ul.sectionSelector {
|
||||
left: 25%;
|
||||
width: 60%;
|
||||
|
||||
|
||||
h3 {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1920px) {
|
||||
@media only screen and (max-width: 1920px) {
|
||||
.tab-content {
|
||||
position: absolute;
|
||||
left: 35%;
|
||||
@@ -263,7 +264,7 @@ ul.sectionSelector {
|
||||
@media only screen and (max-width: 1400px) {
|
||||
.tab-content {
|
||||
position: absolute;
|
||||
left: 45%
|
||||
left: 45%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user