Responsive images by default

This commit is contained in:
Oliver Davies 2015-07-09 08:40:05 +01:00
parent 351d3b574c
commit 68373e1797
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,3 +1,7 @@
body { body {
padding-top: 60px; padding-top: 60px;
} }
main img {
@extend .img-responsive;
}