diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 18:33:32 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 18:33:32 -0700 |
| commit | 0f9326e4e643a239897b80c8017cc9ff3e7be235 (patch) | |
| tree | 1e25b47d26343712a3bdd0bd9ba439dca75c25ac | |
| parent | bd56cd008c5f2f8405a13be24c4976ab618078c2 (diff) | |
Fix the margin on the container
| -rwxr-xr-x | css/desktop/container.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/desktop/container.css b/css/desktop/container.css index ff5e766..204cb72 100755 --- a/css/desktop/container.css +++ b/css/desktop/container.css @@ -18,7 +18,7 @@ .container { width: 1000px; - margin: 12px auto 0 auto; + margin: 12px auto 12px auto; border: 1px solid #98A5B0; border-radius: 10px; } |
