mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-17 22:00:00 +00:00
front/css: fix logo css
Signed-off-by: wukko <me@wukko.me>
This commit is contained in:
parent
ae9e9ec491
commit
66d471a790
1 changed files with 1 additions and 2 deletions
|
@ -262,9 +262,8 @@ button:active,
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
#logo {
|
#logo {
|
||||||
text-align: left;
|
text-align: center;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
white-space: nowrap;
|
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue