diff options
author | Camil Staps | 2015-10-26 08:35:36 +0100 |
---|---|---|
committer | Camil Staps | 2015-10-26 08:35:36 +0100 |
commit | 37eca971a083257032aceac2efb2037d2dd7a644 (patch) | |
tree | 16e5c12cb70f94f3c16bcbbd03ad25f3fb702508 /resources/sass | |
parent | Initial commit (diff) |
Narrower view
Diffstat (limited to 'resources/sass')
-rw-r--r-- | resources/sass/style.scss | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/resources/sass/style.scss b/resources/sass/style.scss index 5e25f52..8539f95 100644 --- a/resources/sass/style.scss +++ b/resources/sass/style.scss @@ -1,8 +1,9 @@ -//@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,300); -//$font-family-base: 'Raleway', sans-serif; -// Import bootstrap and fontawesome @import "bootstrap"; +.container { + max-width: 970px; +} + img#profile { margin-right: 1em; } |