summaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2023-09-14 14:02:15 +0200
committerpdp8 <pdp8@pdp8.info>2023-09-14 14:02:15 +0200
commiteea88e8022d3fd3c46401e1a297ebd7318c3c7b1 (patch)
tree72a6ea1a1f07cbe13abd3eca2ece7b19a248a610 /public/style.css
parentd635057cb576c5570c5ceba5945cc5339b0f41ab (diff)
send/digest fixed
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css46
1 files changed, 5 insertions, 41 deletions
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