diff --git a/content/papermod/index.njk b/content/papermod/index.njk index 98467e3..41ec8ff 100644 --- a/content/papermod/index.njk +++ b/content/papermod/index.njk @@ -39,7 +39,7 @@ } #settings .form { margin-top: var(--m2); - width: fit-content; + max-width: fit-content; } #settings .form div { display: flex; @@ -47,7 +47,7 @@ } #settings .form div * { flex: 1; - float: left; + max-width: 50%; } #document {