diff options
author | Matt Arnold | 2025-04-11 01:33:39 -0400 |
---|---|---|
committer | Matt Arnold | 2025-04-11 01:33:39 -0400 |
commit | dc557895b1bd517bbdc2821a79f2be12624010d6 (patch) | |
tree | 39ad52fae6c5688720f36d608e001c994a76d96f /static | |
parent | c51aebd896459f65c675d719347f60fc3aefa781 (diff) |
Faccets phase 1 changes, to include
Add a view for a faccets details
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 9 |
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 |