mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: handle style when content viewport is narrow but window is wide
This commit is contained in:
parent
9d50e1393b
commit
8d4def0584
1 changed files with 6 additions and 1 deletions
|
|
@ -22,7 +22,12 @@
|
|||
.Header {
|
||||
max-width: 1012px;
|
||||
margin: 0 auto;
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: @github-content-width) {
|
||||
body {
|
||||
min-width: @github-content-width;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue