diff options
| author | Christian Cleberg <[email protected]> | 2025-12-13 15:33:56 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-12-13 15:33:56 -0600 |
| commit | e56343efd42fb3ef60d485a364a959eccc2040aa (patch) | |
| tree | d84f25e29dd44b24b545072b42c8dcddc544766a /theme/static | |
| parent | 18b93c1c577aab687a99c844e356f3bc2a330647 (diff) | |
| download | cleberg.net-e56343efd42fb3ef60d485a364a959eccc2040aa.tar.gz cleberg.net-e56343efd42fb3ef60d485a364a959eccc2040aa.tar.bz2 cleberg.net-e56343efd42fb3ef60d485a364a959eccc2040aa.zip | |
update padding for smaller screens
Diffstat (limited to 'theme/static')
| -rw-r--r-- | theme/static/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css index d3eda0f..f0954c2 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -8,7 +8,7 @@ body { body, footer { - padding: 1rem 0; + padding: 1rem; } nav { |
