10 lines
161 B
Stylus
10 lines
161 B
Stylus
|
.header-inner, .container .main-inner, .footer-inner {
|
||
|
+mobile() { width: auto; }
|
||
|
}
|
||
|
|
||
|
// embed tag
|
||
|
embed {
|
||
|
display: block;
|
||
|
margin: 0px auto 25px auto;
|
||
|
}
|