mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-28 14:34:22 +01:00
Fix: Images in blog posts
This commit is contained in:
parent
be7fcf56f2
commit
e75e08c946
1 changed files with 5 additions and 0 deletions
|
@ -111,6 +111,11 @@ a:hover {
|
||||||
background-size: 100% 2px;
|
background-size: 100% 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p img {
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 3px 2px 3px 3px;
|
padding: 3px 2px 3px 3px;
|
||||||
|
|
Loading…
Reference in a new issue