💄 🐛 Fixed the loading style in mobile driver.
This commit is contained in:
parent
4ddcf875d5
commit
8948151b05
@ -61,6 +61,12 @@
|
|||||||
margin-top: 100px;
|
margin-top: 100px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
|
|
||||||
|
@include tablet-mobile() {
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-head {
|
.comment-head {
|
||||||
|
Loading…
Reference in New Issue
Block a user