mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
(Fix) Header/Layout: revert change from calc to padding since it affects too many other things
This commit is contained in:
parent
826dd028f2
commit
92177218c3
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
}
|
||||
|
||||
&__content {
|
||||
max-width: $content-max-width;
|
||||
@extend .content; // DEV: Todo
|
||||
padding: ($size-gutter * 4) 0 ($size-gutter * 5);
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue