1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 22:01:43 +03:00

remove clearfix from containers

This commit is contained in:
broccolini 2017-06-12 16:26:57 -04:00
parent eb4f417f0d
commit 0ed1f5cca2

View File

@ -13,7 +13,6 @@
max-width: $container-md;
margin-right: auto;
margin-left: auto;
@include clearfix;
}
// 1004px - this matches the current fixed width: 980px + padding: px-3
@ -21,7 +20,6 @@
max-width: $container-lg;
margin-right: auto;
margin-left: auto;
@include clearfix;
}
// 1280px
@ -29,5 +27,4 @@
max-width: $container-xl;
margin-right: auto;
margin-left: auto;
@include clearfix;
}