fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix for toc events
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
2022
/
styles
/
layout
/
_container.scss
1
.l-container {
2
width: 100%;
3
max-width: 1172px;
4
margin: 0 auto;
5
padding-left: 16px;
6
padding-right: 16px;
7
}
8
9
.l-breadcrumb-container {
10
display: flex;
11
justify-content: space-between;
12
align-items: center;
13
}