Image responsive definition moved to a best pos
This commit is contained in:
parent
7b3af3f906
commit
67915efc35
1 changed files with 6 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue