diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-23 09:05:16 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-23 09:06:47 -0400 |
commit | 51b2a36b40e261c5d4fc10f0e6d99f0ec80a02d4 (patch) | |
tree | 5c56d0b03c32a548cfe6726a96ff054c766ef39e /.themes/classic/sass/partials/_blog.scss | |
parent | fe074b2c1b08046d26c5f191889743ef4115bc55 (diff) | |
download | my_new_personal_website-51b2a36b40e261c5d4fc10f0e6d99f0ec80a02d4.tar.xz my_new_personal_website-51b2a36b40e261c5d4fc10f0e6d99f0ec80a02d4.zip |
Added a fix for wrapping long lines of text in articles and in the sidebar
Diffstat (limited to '.themes/classic/sass/partials/_blog.scss')
-rw-r--r-- | .themes/classic/sass/partials/_blog.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.themes/classic/sass/partials/_blog.scss b/.themes/classic/sass/partials/_blog.scss index cc8c6848..6ecb04b9 100644 --- a/.themes/classic/sass/partials/_blog.scss +++ b/.themes/classic/sass/partials/_blog.scss @@ -1,6 +1,7 @@ article { overflow: hidden; padding-top: 1em; + @extend force-wrap; header { position: relative; padding-top: 2em; |