diff options
Diffstat (limited to 'app/assets/stylesheets/main/entries.scss')
-rw-r--r-- | app/assets/stylesheets/main/entries.scss | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/app/assets/stylesheets/main/entries.scss b/app/assets/stylesheets/main/entries.scss index 609a5f7..4afd15d 100644 --- a/app/assets/stylesheets/main/entries.scss +++ b/app/assets/stylesheets/main/entries.scss | |||
@@ -3,9 +3,9 @@ | |||
3 | // You can use Sass (SCSS) here: http://sass-lang.com/ | 3 | // You can use Sass (SCSS) here: http://sass-lang.com/ |
4 | 4 | ||
5 | .blog-post { | 5 | .blog-post { |
6 | font-size: 16px; | 6 | line-height: 1.5em; |
7 | line-height: 24px; | ||
8 | margin: 0 1em 1em; | 7 | margin: 0 1em 1em; |
8 | clear: both; | ||
9 | 9 | ||
10 | .blog-title { | 10 | .blog-title { |
11 | flex-grow: 1; | 11 | flex-grow: 1; |
@@ -41,6 +41,7 @@ | |||
41 | .post-calendar { | 41 | .post-calendar { |
42 | width: 45px; | 42 | width: 45px; |
43 | height: 49px; | 43 | height: 49px; |
44 | flex-shrink: 0; | ||
44 | 45 | ||
45 | &.post-date-1 { | 46 | &.post-date-1 { |
46 | background: image-url("date-bg-1.gif") no-repeat; | 47 | background: image-url("date-bg-1.gif") no-repeat; |
@@ -198,6 +199,10 @@ | |||
198 | max-width: 100%; | 199 | max-width: 100%; |
199 | } | 200 | } |
200 | 201 | ||
202 | iframe { | ||
203 | max-width: 100%; | ||
204 | } | ||
205 | |||
201 | figure { | 206 | figure { |
202 | background-color: #eee; | 207 | background-color: #eee; |
203 | border: 1px solid #bbb; | 208 | border: 1px solid #bbb; |
@@ -205,6 +210,10 @@ | |||
205 | font-size: 0.75em; | 210 | font-size: 0.75em; |
206 | line-height: 24px; | 211 | line-height: 24px; |
207 | 212 | ||
213 | @media only screen and (max-width: 767px) { | ||
214 | margin: 0; | ||
215 | } | ||
216 | |||
208 | img { | 217 | img { |
209 | display: block; | 218 | display: block; |
210 | border: 1px solid #bbb; | 219 | border: 1px solid #bbb; |