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/error.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/error.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scss/error.scss b/src/scss/error.scss index 34c9d21..2ef2cab 100644 --- a/src/scss/error.scss +++ b/src/scss/error.scss @@ -1,7 +1,7 @@ @import "./variables"; .section { - text-align: center; + text-align: center !important; } #main h1 { |