diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-02-27 09:24:04 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-02-27 09:24:04 -0500 |
| commit | 46a851696bf722bee48a5358da08cba0f2390fc5 (patch) | |
| tree | e35f6031fff80e0c038dfe4cf212f3b605ce1a65 /src/scss/home.scss | |
| parent | update css to not using box-sizing (diff) | |
| download | website-46a851696bf722bee48a5358da08cba0f2390fc5.tar.gz website-46a851696bf722bee48a5358da08cba0f2390fc5.tar.bz2 website-46a851696bf722bee48a5358da08cba0f2390fc5.zip | |
fixup css
Diffstat (limited to '')
| -rw-r--r-- | src/scss/home.scss | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/scss/home.scss b/src/scss/home.scss index fa3159f..a32fdfb 100644 --- a/src/scss/home.scss +++ b/src/scss/home.scss @@ -12,11 +12,10 @@ } #about { - span { - margin: 0 !important; - font-family: monospace; - font-size: 110%; - } + span { + margin: 0 !important; + font-family: monospace; + } } @media (max-width: 800px) { |