Bugfix: space in top menu
This commit is contained in:
parent
e752499163
commit
26920f512a
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ import ThemeModal from "../components/ThemeModal.astro";
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
|
Loading…
Add table
Reference in a new issue