some css for abstract and the header of the rendered page...

This commit is contained in:
Marcell Mars 2021-07-25 00:12:25 +02:00
parent 46b91f60e1
commit 37100b5e23
3 changed files with 3 additions and 2 deletions

View file

@ -670,7 +670,7 @@ h6 {
padding-top: 1.2rem; padding-top: 1.2rem;
padding-bottom: 1.2rem; padding-bottom: 1.2rem;
background-color: rgba(0, 0, 0, 0.05); background-color: rgba(0, 0, 0, 0.05);
max-width: 70ch; max-width: 45ch;
} }
.authors { .authors {

View file

@ -427,6 +427,7 @@ ol li {
.hasauthors { .hasauthors {
font-size: 1.6rem !important; font-size: 1.6rem !important;
display: flex;
} }
.hassup { .hassup {

File diff suppressed because one or more lines are too long