diff options
Diffstat (limited to 'resources/sass/style.scss')
-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; } |