diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-01-24 17:26:23 +0000 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-01-24 17:21:53 -0500 |
| commit | 2c37ad34e91893596547060e0ab6bd320ef31bde (patch) | |
| tree | dc8256bd4d66f0adca8e45ecb931b9f1bb83a281 /src/styles | |
| parent | a13da619efe4d441f8224bc77adc7458820ef00c (diff) | |
| download | personal-website-2c37ad34e91893596547060e0ab6bd320ef31bde.tar.gz personal-website-2c37ad34e91893596547060e0ab6bd320ef31bde.tar.bz2 personal-website-2c37ad34e91893596547060e0ab6bd320ef31bde.zip | |
Tweaking with metadata and containers
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/index.css b/src/styles/index.css index 33f84ac..c3ddb3f 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -64,7 +64,7 @@ p { /* Mobile view */ @media (max-width: 992px) { .social { - font-size: 2.6em; + font-size: 3em; gap: 1em; } |
