mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-13 06:34:24 -04:00
image themefy : inside post not globally
This commit is contained in:
parent
db1ec959aa
commit
e96e4e51c7
2 changed files with 4 additions and 1 deletions
|
@ -231,6 +231,10 @@
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
.post-content img {
|
||||
border-radius: var(--radius);
|
||||
}
|
||||
|
||||
.post-footer {
|
||||
margin-top: 56px;
|
||||
}
|
||||
|
|
|
@ -107,7 +107,6 @@ textarea:-webkit-autofill {
|
|||
img {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
border-radius: var(--radius);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue