Compare commits

...

3 Commits

Author SHA1 Message Date
50959b2cfc Justify text 2019-04-20 13:42:56 +03:00
ced1302da8 Merge branch 'master' of ssh://git.246060.ru/f1x1t/pelican-theme-bootstrap4 2019-04-20 12:03:40 +03:00
d0aaf4ff92 Styles 2019-04-20 12:03:19 +03:00

View File

@ -77,6 +77,10 @@ h6, .h6 {
font-family: "Open Sans Condensed", "Roboto Condensed", "Pt Sans Narrow", "Oswald", "Georgia",Arial,sans-serif;
}
p {
text-align: justify;
}
#aboutme {
padding-top: 0px;
padding-bottom: 5px;
@ -317,3 +321,11 @@ pre, code, kbd, samp
font-size: 1.5rem;
font-family: "Open Sans Condensed", "Roboto Condensed", "Pt Sans Narrow", "Oswald", "Georgia",Arial,sans-serif;
}
.page-header {
padding-top: 20px;
}
.panel {
padding-bottom: 12px;
}