mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
docs: Remove right padding in theme
This commit is contained in:
parent
83b4c40566
commit
8a63e092fa
1 changed files with 4 additions and 0 deletions
4
docs/static/css/style-responsive.css
vendored
4
docs/static/css/style-responsive.css
vendored
|
@ -21,6 +21,10 @@
|
|||
position: none !important;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
padding: inherit;
|
||||
}
|
||||
|
||||
#sidebar > ul > li {
|
||||
margin: 0 10px 5px 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue