mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-07-21 17:40:35 +00:00
Stop images from overflowing on smaller screense
This commit is contained in:
parent
e95e7be370
commit
0a98901ce8
@ -13,6 +13,10 @@ body {
|
|||||||
--graph-muted: var(--text-muted);
|
--graph-muted: var(--text-muted);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user