summaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
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