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

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