Skip to content
Snippets Groups Projects
Commit 16ed4974 authored by Louis Pilfold's avatar Louis Pilfold
Browse files

Use box-sizing SCSS mixin rather than property

parent 01d9a6de
No related merge requests found
......@@ -107,7 +107,7 @@ a:focus {
.container {
@include clearfix;
box-sizing: border-box;
@include box-sizing(border-box);
margin: 0 auto 0;
padding: 0px 30px;
max-width: grid-width(12);
......
......@@ -8,7 +8,7 @@
footer {
@include clearfix();
box-sizing: border-box;
@include box-sizing(border-box);
max-width: grid-width(12);
min-width: 760px;
width: flex-grid(12);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment