no el-main padding for small screen

This commit is contained in:
les 2020-02-05 00:37:23 +01:00
parent 911a06dd18
commit 5c4eb1244c

View file

@ -137,3 +137,9 @@ html, body {
border-color: #9de27b; border-color: #9de27b;
background-color: #f9fff6; background-color: #f9fff6;
} }
@media only screen and (max-width: 768px) {
.el-main {
padding: 0px !important;
}
}