Set max width in % instead of width in px (#62)

This commit is contained in:
Avijit Gupta
2021-08-15 15:27:13 +02:00
committed by GitHub
parent 9c387bbf1e
commit 2e8a8e5377

View File

@@ -47,7 +47,7 @@ main#content {
img { img {
height: auto; height: auto;
width: var(--content-width); max-width: 100%;
} }
/* HEADER */ /* HEADER */