diff options
Diffstat (limited to 'themes/base.scss')
-rw-r--r-- | themes/base.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base.scss b/themes/base.scss index e2a6d56a..b861c7d0 100644 --- a/themes/base.scss +++ b/themes/base.scss @@ -1,7 +1,7 @@ //** Load fonts from this directory. $icon-font-path: "../fonts/"; -@import "../vendor/bootstrap-3.2.0/bootstrap"; +@import "../vendor/bootstrap/bootstrap"; body { padding-top: 50px; |