fef8d66e2fd5c772d5c410585ca70404a5ccf569
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / layout / _section.scss
1 .l-section {
2   display: flex;
3   margin-left: auto;
4   margin-right: auto;
5   justify-content: center;
6
7   @include rwd(tablet) {
8     padding-left: 16px;
9     padding-right: 16px;
10   }
11
12   &.l-section--col {
13     flex-direction: column;
14   }
15 }