diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-02-26 23:21:06 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-02-26 23:25:26 -0500 |
| commit | 106cebec65e8b6a623bec2fff29a87c2932fa4dc (patch) | |
| tree | 8c38145d998509046c35f122f8f184ca0d7cdee5 /src/scss/_variables.scss | |
| parent | make the header logo a clickable link to home (diff) | |
| download | website-106cebec65e8b6a623bec2fff29a87c2932fa4dc.tar.gz website-106cebec65e8b6a623bec2fff29a87c2932fa4dc.tar.bz2 website-106cebec65e8b6a623bec2fff29a87c2932fa4dc.zip | |
update css to not using box-sizing
Diffstat (limited to '')
| -rw-r--r-- | src/scss/_variables.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss index 55627f8..9f493ff 100644 --- a/src/scss/_variables.scss +++ b/src/scss/_variables.scss @@ -23,3 +23,4 @@ $border-width: 5px; $border-color: #ccc; $page-width: 1000px; +$logo-width: 200px; |