oops i put the css in the wrong place
This commit is contained in:
parent
22e43da5d1
commit
86200aac46
1 changed files with 1 additions and 1 deletions
|
@ -138,6 +138,7 @@ header h1 {
|
||||||
}
|
}
|
||||||
header span {
|
header span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
header a {
|
header a {
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -321,7 +322,6 @@ html.night #theme-control::before {
|
||||||
}
|
}
|
||||||
header span {
|
header span {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
header span:not(#theme-control), header a {
|
header span:not(#theme-control), header a {
|
||||||
height: unset;
|
height: unset;
|
||||||
|
|
Loading…
Reference in a new issue