diff options
author | 2021-07-21 07:44:15 -0700 | |
---|---|---|
committer | 2021-07-21 07:44:15 -0700 | |
commit | 31570f0b9ca2df68afc3f82f1fefd1f0cfcde219 (patch) | |
tree | bb6384081aaeb5caeda83bad16a6b53f13f84d01 /www/src/components/Main.astro | |
parent | b85e68a7131b5c582c50f1614a07a5b47cd65850 (diff) | |
download | astro-31570f0b9ca2df68afc3f82f1fefd1f0cfcde219.tar.gz astro-31570f0b9ca2df68afc3f82f1fefd1f0cfcde219.tar.zst astro-31570f0b9ca2df68afc3f82f1fefd1f0cfcde219.zip |
slight homepage redesign (#789)
Diffstat (limited to 'www/src/components/Main.astro')
-rw-r--r-- | www/src/components/Main.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/src/components/Main.astro b/www/src/components/Main.astro index 58597c8ec..42db4ad1a 100644 --- a/www/src/components/Main.astro +++ b/www/src/components/Main.astro @@ -7,7 +7,7 @@ width: 100%; display: grid; gap: 1rem; - padding: clamp(1.2rem, 5vw, 3rem) 0; + padding: 0 0 3rem 0; grid-template-columns: minmax(1.2rem, 1fr) minmax(auto, 60ch) |