Image changes (#206)

This commit is contained in:
pollfly
2022-03-16 13:14:54 +02:00
committed by GitHub
parent af52652cfb
commit 1342131eb3
5 changed files with 21 additions and 0 deletions

View File

@@ -60,6 +60,19 @@ html[data-theme="dark"] {
}
/* ===LAYOUT=== */
.max-w-75 {
max-width: 75%;
}
.max-w-50 {
max-width: 50%;
}
.max-w-25 {
max-width: 25%;
}
/* sidebar & content in the center of the page */
.navbar__inner,