Remove padding from canvas on big screens
This commit is contained in:
@@ -21,13 +21,6 @@
|
||||
font-weight: 400
|
||||
}
|
||||
|
||||
.editors-document-type-canvas{
|
||||
padding: 0 80px;
|
||||
@media screen and (max-width: 1500px) {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.editors-document-type-sidebar{
|
||||
padding: 20px;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user