Added responsive definition to images
* .content-section img definition in grayscale.scss
* Remove unecesary duplicated id="{{ page.title }}" definition in posts.html and blog.html
This commit is contained in:
parent
f37c982fc7
commit
ec626ca9d9
3 changed files with 9 additions and 2 deletions
|
|
@ -282,6 +282,13 @@ 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