diff options
Diffstat (limited to 'src/styles/app.scss')
-rw-r--r-- | src/styles/app.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styles/app.scss b/src/styles/app.scss index fa41373..d84e54a 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -5,6 +5,7 @@ $colors: ( button: #313131, background: #363636 ); +@import "~bootstrap/scss/bootstrap"; @media (max-device-width: 720px) and (orientation: portrait) { $header_size: 145px; |