From eea88e8022d3fd3c46401e1a297ebd7318c3c7b1 Mon Sep 17 00:00:00 2001 From: pdp8 Date: Thu, 14 Sep 2023 14:02:15 +0200 Subject: send/digest fixed --- public/style.css | 46 +++++----------------------------------------- 1 file changed, 5 insertions(+), 41 deletions(-) (limited to 'public/style.css') diff --git a/public/style.css b/public/style.css index affde4c..bef69c9 100644 --- a/public/style.css +++ b/public/style.css @@ -1,15 +1,17 @@ body { + margin: 1em; + padding: 1em; font-family: sans-serif; - font-size: 3vmin; color: white; background-color: black; } -div { +div.pdp8 { margin: 1em; padding: 1em; - border: 1px solid #333; + border: 2px solid #333; border-radius: 1em; + } img, @@ -17,22 +19,6 @@ video { max-width: 100%; max-height: 80vh; display: block; - margin-left: auto; - margin-right: auto; -} - -form { - display: inline; -} - -button { - font-size: 1.5em; - background-color: #BBB; - border-radius: 0.5em; -} - -h1 button { - font-size: 0.5em; } a { @@ -43,26 +29,4 @@ textarea { width: 50vw; height: 50vh; display: block; -} - -@media (orientation: landscape) { - button { - font-size: 1em; - } -} - -@media (min-width: 1500px) { - body { - font-size: 1.25em; - } -} - -@media (orientation: portrait) and (min-width: 1000px) { - body { - font-size: 1.25em; - } - - button { - font-size: 1em; - } } \ No newline at end of file -- cgit v1.2.3