diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/index.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index 66885ad..e633ba9 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -23,7 +23,7 @@ import sites from '../components/sites.json'; <style> a { - font-size: 1.2em; + font-size: 1.1em; color: #22b7f1; text-decoration: none; } @@ -49,7 +49,7 @@ import sites from '../components/sites.json'; } .site { background-color: #394049; - padding: 2em; + padding: 1.5em; margin-top: .5em; margin-bottom: .5em; } |
