fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Experimental book page layout.
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
2021
/
css
/
layout
/
_navigation.scss
1
.l-navigation {
2
max-width: 1140px;
3
margin: 0 auto;
4
border-bottom: 2px solid #CCCCCC;
5
padding: 35px 0;
6
display: flex;
7
align-items: center;
8
justify-content: space-between;
9
}
10
11
.l-navigation__button {
12
appearance: none;
13
border: 0;
14
background: 0;
15
padding: 0;
16
margin: 0;
17
outline: 0;
18
}