remove lang switcher from reader view #14

This commit is contained in:
Dmitry Kolosov 2021-12-19 14:10:10 +03:00
parent 61f5b5facf
commit e3e9ce62d2
5 changed files with 41 additions and 29 deletions

View file

@ -281,6 +281,16 @@ main h1 {
/* Articles */
.post-header {
margin-top: 1em;
line-height: 1.1em;
margin-bottom: 1em;
}
.post-header header {
display: inline;
}
.post-navigation {
background: var(--nav-bg-color);
text-align: center;
@ -331,12 +341,6 @@ article:not(:last-of-type) {
padding-bottom: 2em;
}
article header {
margin-top: 1em;
line-height: 1.1em;
margin-bottom: 1em;
}
article header h1 {
font-size: 1.35em;