mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-07-19 16:40:29 +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);
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.content {
|
||||
max-width: 700px;
|
||||
margin: auto;
|
||||
|
Loading…
x
Reference in New Issue
Block a user