summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-08-27 20:21:58 -0400
committerpommicket <pommicket@gmail.com>2023-08-27 20:22:41 -0400
commitf790b4e1baa5dfe1296cf0887011583bee7afca8 (patch)
treea5cbcc3558f39bd3754dfceb9e4ba9f3d4dc0c28 /style.css
parent9e0ac08aa6d804fae327cd3ec4850aa0dcdbde6f (diff)
minimum, maximum
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/style.css b/style.css
index 8b8e643..6d21621 100644
--- a/style.css
+++ b/style.css
@@ -5,9 +5,7 @@
body {
font-family: sans-serif;
- margin: 0;
padding: 0;
- overflow: hidden;
}
body,
dialog {
@@ -254,3 +252,9 @@ input[type='number'] {
.no-wrap {
whitespace: no-wrap;
}
+.no-margin {
+ margin: 0;
+}
+.overflow-hidden {
+ overflow: hidden;
+}