mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
no el-main padding for small screen
This commit is contained in:
parent
911a06dd18
commit
5c4eb1244c
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue