summary refs log tree commit diff
path: root/static/style.css
diff options
context:
space:
mode:
authorMatt Arnold2025-04-11 01:33:39 -0400
committerMatt Arnold2025-04-11 01:33:39 -0400
commitdc557895b1bd517bbdc2821a79f2be12624010d6 (patch)
tree39ad52fae6c5688720f36d608e001c994a76d96f /static/style.css
parentc51aebd896459f65c675d719347f60fc3aefa781 (diff)
Faccets phase 1 changes, to include
Add a view for a faccets details
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index affd975..97b98f4 100644
--- a/static/style.css
+++ b/static/style.css
@@ -122,4 +122,13 @@ footer {
     display: none;
     overflow: hidden;
     background-color: #f1f1f1;
+}
+
+.container {
+    max-width: 800px;
+    margin: 0 auto;
+    padding: 20px;
+    background: rgba(255, 255, 255, 0.8);
+    border-radius: 10px;
+    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
 }
\ No newline at end of file