Image responsive definition moved to a best pos

This commit is contained in:
Jorge Arias 2015-11-13 22:02:05 -03:00
parent 7b3af3f906
commit 67915efc35

View file

@ -214,6 +214,12 @@ a {
.content-section {
padding-top: 100px;
/* Added in { Personal } for responsive images in posts and section contents */
img {
display: block;
max-width: 100%;
height: auto;
}
}
@media(min-width:767px) {
@ -265,13 +271,6 @@ footer {
background: rgba($light, 0.2);
}
/* Added in { Personal } for responsive images in posts and section contents */
.content-section img {
display: block;
max-width: 100%;
height: auto;
}
img::selection {
background: transparent;
}