Skip to content

Commit

Permalink
adjust position title
Browse files Browse the repository at this point in the history
  • Loading branch information
fbkarsdorp committed Dec 7, 2023
1 parent 59a2e32 commit d953a54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ h1, h2, h3, h4, h5, nav, footer {
}

.conftitle {
padding-top: -10em;
margin-top: 3.8rem;
}

.page-border {
Expand Down Expand Up @@ -191,7 +191,7 @@ nav .brand-logo {
font-size: 15px;
}
p {
font-size: 110%;
font-size: 135%;
line-height: 1.8;
}
.page-border {
Expand Down Expand Up @@ -244,7 +244,7 @@ h4 {
font-size: 12px;
}
.title {
font-size: 110% !important;
font-size: 135% !important;
}
h1 {
font-size: 2rem;
Expand Down
6 changes: 3 additions & 3 deletions themes/chr/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ h1, h2, h3, h4, h5, nav, footer {
}

.conftitle {
padding-top: -10em;
margin-top: 3.8rem;
}

.page-border {
Expand Down Expand Up @@ -191,7 +191,7 @@ nav .brand-logo {
font-size: 15px;
}
p {
font-size: 110%;
font-size: 135%;
line-height: 1.8;
}
.page-border {
Expand Down Expand Up @@ -244,7 +244,7 @@ h4 {
font-size: 12px;
}
.title {
font-size: 110% !important;
font-size: 135% !important;
}
h1 {
font-size: 2rem;
Expand Down

0 comments on commit d953a54

Please sign in to comment.