mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
Reduce font size and height of the header
This commit is contained in:
parent
a5da5d790b
commit
28f9c52355
|
@ -62,5 +62,5 @@ body {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 30px;
|
font-size: 25px;
|
||||||
}
|
}
|
|
@ -51,7 +51,8 @@
|
||||||
}
|
}
|
||||||
.account-wall h1
|
.account-wall h1
|
||||||
{
|
{
|
||||||
margin-bottom: 20px;
|
margin-bottom: 15px;
|
||||||
|
margin-top: 15px;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user