fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
2022
/
more.scss
diff --git
a/src/wolnelektury/static/2022/more.scss
b/src/wolnelektury/static/2022/more.scss
index
7505aab
..
6aa6caa
100644
(file)
--- a/
src/wolnelektury/static/2022/more.scss
+++ b/
src/wolnelektury/static/2022/more.scss
@@
-5,10
+5,6
@@
body.is-open {
overflow-y: hidden;
}
overflow-y: hidden;
}
-.l-navigation__logo {
- height: 44px;
-}
-
.l-navigation__menu {
.scrollable {
height: 100%;
.l-navigation__menu {
.scrollable {
height: 100%;
@@
-234,10
+230,33
@@
form {
.experiment {
display: flex;
.experiment {
display: flex;
+ margin: 1em 16px;
+ font-size: 1.5em;
align-items: center;
align-items: center;
+ flex-direction: column;
+ margin-top: 2em;
+ @include rwd($break-flow) {
+ flex-direction: row;
+ align-items: flex-end;
+ }
+
+ > span, > div {
+ text-align: center;
+ @include rwd($break-flow) {
+ width: 50%;
+ }
+ }
}
}
+.legend {
+ margin: 1em 16px;
+ font-size: .7em;
+ color: #777;
+ text-align:right;
+ font-style:italic;
+}
+
.funding-promo-bar {
margin: 18px auto;
.funding-promo-bar {
margin: 18px auto;