Set max width in % instead of width in px (#62)
This commit is contained in:
@@ -47,7 +47,7 @@ main#content {
|
||||
|
||||
img {
|
||||
height: auto;
|
||||
width: var(--content-width);
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* HEADER */
|
||||
|
||||
Reference in New Issue
Block a user