Commit ecc4506e047f5cd203334f93199321268cd07278
1 parent
07eb7bf8
Exists in
master
and in
8 other branches
Hack-fix: set img 100% on screen-lg
Showing
1 changed file
with
10 additions
and
0 deletions
Show diff stats
src/app/layout.scss
| ... | ... | @@ -235,6 +235,16 @@ ul.list-color li:before { |
| 235 | 235 | padding-bottom: 15px; |
| 236 | 236 | text-indent: -0.7em; |
| 237 | 237 | } |
| 238 | + | |
| 239 | + .col-middle { | |
| 240 | + vertical-align: top; | |
| 241 | + } | |
| 242 | + | |
| 243 | + @media screen and (min-width: $screen-lg) { | |
| 244 | + img { | |
| 245 | + width: 100%; | |
| 246 | + } | |
| 247 | + } | |
| 238 | 248 | } |
| 239 | 249 | } |
| 240 | 250 | ... | ... |