Responsive images by default
This commit is contained in:
parent
351d3b574c
commit
68373e1797
2 changed files with 5 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue