Responsive images by default
This commit is contained in:
parent
351d3b574c
commit
68373e1797
File diff suppressed because one or more lines are too long
|
@ -1,3 +1,7 @@
|
||||||
body {
|
body {
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main img {
|
||||||
|
@extend .img-responsive;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue