mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: header width under narrow window
This commit is contained in:
parent
e6d9c7eca0
commit
68b60d9766
1 changed files with 2 additions and 1 deletions
|
|
@ -26,8 +26,9 @@
|
|||
background: #24292e;
|
||||
}
|
||||
.Header {
|
||||
width: 1012px;
|
||||
max-width: 1012px;
|
||||
margin: 0 auto;
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue