6 lines
84 B
SCSS
6 lines
84 B
SCSS
.container-fluid {
|
|
@include media-breakpoint-up(xxl) {
|
|
width: 95%;
|
|
}
|
|
}
|