mirror of
https://github.com/miniflux/v2.git
synced 2025-07-02 16:38:37 +00:00
fix h1 font-size
This commit is contained in:
parent
fa7508e28d
commit
61f52d971a
1 changed files with 1 additions and 1 deletions
|
@ -166,6 +166,7 @@ a:hover {
|
||||||
.page-header h1 {
|
.page-header h1 {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
border-bottom: 1px dotted var(--page-header-title-border-color);
|
border-bottom: 1px dotted var(--page-header-title-border-color);
|
||||||
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-header h1 a {
|
.page-header h1 a {
|
||||||
|
@ -191,7 +192,6 @@ a:hover {
|
||||||
|
|
||||||
/* Logo */
|
/* Logo */
|
||||||
.logo {
|
.logo {
|
||||||
cursor: pointer;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue