1
1
mirror of https://github.com/primer/css.git synced 2024-11-24 13:15:00 +03:00

Revert "Make .container responsive"

This commit is contained in:
Shawn Allen 2018-10-29 12:41:01 -07:00 committed by GitHub
parent 4cc7c6745f
commit 26d39b717c
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 {
max-width: $container-width;
width: $container-width;
margin-right: auto;
margin-left: auto;
@include clearfix;