diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/css/styles.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/styles.less b/public/css/styles.less index 6d948d5..2e25bd2 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -7,3 +7,7 @@ // The rest comes here +div#wrapper { + margin-top: @navbarHeight; + background: @yellow; +} |