generated from Seekra/repository-template
Move main content padding frm the app root component to the views
This commit is contained in:
@@ -29,4 +29,9 @@ body {
|
||||
|
||||
input {
|
||||
color: var(--dark);
|
||||
}
|
||||
|
||||
.main-content-padding {
|
||||
padding: var(--main-content-padding);
|
||||
width: calc(100% - var(--main-content-padding-x) * 2);
|
||||
}
|
||||
Reference in New Issue
Block a user