fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
minor fix
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
2022
/
styles
/
layout
/
_navigation.scss
diff --git
a/src/wolnelektury/static/2022/styles/layout/_navigation.scss
b/src/wolnelektury/static/2022/styles/layout/_navigation.scss
index
9333766
..
c4d4f7a
100644
(file)
--- a/
src/wolnelektury/static/2022/styles/layout/_navigation.scss
+++ b/
src/wolnelektury/static/2022/styles/layout/_navigation.scss
@@
-22,6
+22,7
@@
body {
}
.l-container {
}
.l-container {
+ position: relative;
display: flex;
align-items: center;
justify-content: space-between;
display: flex;
align-items: center;
justify-content: space-between;
@@
-262,6
+263,10
@@
body {
font-size: 30px;
}
}
font-size: 30px;
}
}
+ .c-lang {
+ display: block;
+ left: 16px;
+ }
}
}
}
}
}
}
@@
-365,6
+370,9
@@
body {
display: flex;
flex-direction: column;
justify-content: space-between;
display: flex;
flex-direction: column;
justify-content: space-between;
+ @include rwd($break-menu) {
+ width: 60%;
+ }
p {
color: $color-white;
p {
color: $color-white;