mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
img's have max-width: 100% to avoid overflowing of big images
This commit is contained in:
@@ -48,6 +48,10 @@ aside {
|
||||
color: var(--foreground-dim);
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
|
||||
Reference in New Issue
Block a user