mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-11 22:24:21 +01:00
11 lines
161 B
SCSS
11 lines
161 B
SCSS
// Smooth sizing container
|
|
// -------------------------
|
|
|
|
.container-smooth {
|
|
max-width: $container-lg;
|
|
|
|
@media (min-width: 1px) {
|
|
width: auto;
|
|
}
|
|
}
|