1
1
mirror of https://github.com/primer/css.git synced 2024-12-01 04:21:12 +03:00

Merge pull request #571 from crhallberg/patch-2

Make .container responsive
This commit is contained in:
Shawn Allen 2018-10-23 21:41:44 -07:00 committed by GitHub
commit 7df4a1761b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
// Fixed-width, centered column for site content.
// This will be deprecated and replaced with container-lg in future
.container {
width: $container-width;
max-width: $container-width;
margin-right: auto;
margin-left: auto;
@include clearfix;