lib/views/schnitzelpress.scss in schnitzelpress-0.0.13 vs lib/views/schnitzelpress.scss in schnitzelpress-0.1.0

- old
+ new

@@ -1,6 +1,8 @@ -// load stuff! +// $font-1: 16px "Palatino","Georgia",serif !default; +// $font-2: 14px "Lucida Grande","Tahoma",sans-serif !default; + @import 'schnitzelstyle/complete'; /* background image */ body, .container { background-image: url(/img/background.png); @@ -62,12 +64,12 @@ .input.post_title input { @include large-type; } // welcome message section.posts #welcome { font: $font-header; - font-size: 2em; + font-size: 1.8em; color: rgba($color-text, 0.5); - p { line-height: 1.3; } + p { text-align: left; line-height: 1.3; } strong { color: $color-text; } p:first-child { font-size: 130%; } span.heart { color: #c66; } }