diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-26 23:53:42 -0600 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-26 23:53:42 -0600 |
| commit | 8d65f4e23026dce5d04e9a4afaf216f0732482a6 (patch) | |
| tree | cc19ea671edc1457cace35e637b11f86cff623bf | |
| parent | 6451109f3d07d0430f21ff56653460f94aa8f3e5 (diff) | |
| download | hatecomputers.club-8d65f4e23026dce5d04e9a4afaf216f0732482a6.tar.gz hatecomputers.club-8d65f4e23026dce5d04e9a4afaf216f0732482a6.zip | |
fix padding on container
| -rw-r--r-- | static/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index f62b32e..ffc3114 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -33,9 +33,9 @@ a:hover { .container { max-width: 1600px; margin: auto; - margin-top: 1rem; background-color: var(--container-bg); padding: 1rem; + opacity: 0.95; } hr { |
