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:
parent
4cc7c6745f
commit
26d39b717c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user