diff --git a/views/style.css b/views/style.css index 2d6f00c..247c07c 100644 --- a/views/style.css +++ b/views/style.css @@ -32,7 +32,7 @@ form, input, textarea { font-family: monospace, "Noto Color Emoji"; } p { - margin-top 1em; + margin-top: 1em; margin-bottom: 1em; } input { @@ -78,7 +78,7 @@ main { padding: 0em 1em 0em 1em; } .info div { - margin-top 1em; + margin-top: 1em; margin-bottom: 1em; } label, button, form input[type=submit], select { @@ -210,7 +210,7 @@ img:not(.emu) { background: $bg-page; } img, video { - max-width: 100% + max-width: 100%; } img.emu { width: 2em;