Top bar scrolls horizontally

This commit is contained in:
MatthiasSaihttam 2021-01-03 12:30:01 -08:00
parent cebd47128b
commit 79145a1e8c
1 changed files with 2 additions and 0 deletions

View File

@ -155,6 +155,8 @@ header h1 {
font-size: 3em;
font-weight: normal;
margin: 0;
overflow: auto;
white-space: nowrap;
}
header .text {
color: var(--text-color);