fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Another upgrade.
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
2022
/
styles
/
layout
/
_section.scss
diff --git
a/src/wolnelektury/static/2022/styles/layout/_section.scss
b/src/wolnelektury/static/2022/styles/layout/_section.scss
index
fef8d66
..
69c80d8
100644
(file)
--- a/
src/wolnelektury/static/2022/styles/layout/_section.scss
+++ b/
src/wolnelektury/static/2022/styles/layout/_section.scss
@@
-4,12
+4,18
@@
margin-right: auto;
justify-content: center;
margin-right: auto;
justify-content: center;
- @include rwd(tablet) {
- padding-left: 16px;
- padding-right: 16px;
- }
+ padding-left: 16px;
+ padding-right: 16px;
&.l-section--col {
flex-direction: column;
}
&.l-section--col {
flex-direction: column;
}
+
+ &.l-section--row {
+ flex-direction: column;
+ @include rwd($break-flow) {
+ flex-direction: row;
+ }
+ }
}
}
+