summaryrefslogtreecommitdiff
path: root/static/default.css
diff options
context:
space:
mode:
authorDaniel Hader <[email protected]>2026-05-30 10:10:17 -0500
committerDaniel Hader <[email protected]>2026-05-30 10:10:17 -0500
commit929be68e691c1c4015fc6874111b19b9f5d68c02 (patch)
treeffc4ecb9c63d8dc242c33d69a592dc093dcfd122 /static/default.css
parent772c7844c4ca1de632f64eb9428e8e97eea64ac1 (diff)
registration page, me endpoint, and minor content tweaks
Diffstat (limited to 'static/default.css')
-rw-r--r--static/default.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/default.css b/static/default.css
index c1670c3..1cc3249 100644
--- a/static/default.css
+++ b/static/default.css
@@ -4,15 +4,15 @@ body {
}
#container {
- width: 800px;
+ width: 640px;
margin: auto;
- padding: 20px;
+ padding: 30px;
background: rgb(255,255,200);
}
.problem {
border: 1px solid black;
- padding: 0 8px;
- margin: 8px;
+ padding: 0 10px;
+ margin: 8px 0;
}