mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
feat: handle new github header style
This commit is contained in:
parent
ece8080fc4
commit
d60f85dfe8
1 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,11 @@
|
|||
@media (min-width: @width-with-gitako) {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.Header > div {
|
||||
width: 1012px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
.markdown-body {
|
||||
|
|
|
|||
Loading…
Reference in a new issue