fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Experiments page.
[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
}