diff options
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_explore.less | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/public/less/_explore.less b/public/less/_explore.less index 41426e45bd..d44d6377f9 100644 --- a/public/less/_explore.less +++ b/public/less/_explore.less @@ -3,6 +3,13 @@ padding-bottom: @footer-margin * 2; .navbar { + justify-content: center; + padding-top: 15px !important; + margin-top: -15px !important; + margin-bottom: 15px !important; + background-color: #FAFAFA !important; + border-width: 1px !important; + .octicon { width: 16px; text-align: center; @@ -72,4 +79,4 @@ } } } -}
\ No newline at end of file +} |