summaryrefslogtreecommitdiff
path: root/src/scss/_variables.scss
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-02-26 23:21:06 -0500
committerFreya Murphy <freya@freyacat.org>2026-02-26 23:25:26 -0500
commit106cebec65e8b6a623bec2fff29a87c2932fa4dc (patch)
tree8c38145d998509046c35f122f8f184ca0d7cdee5 /src/scss/_variables.scss
parentmake the header logo a clickable link to home (diff)
downloadwebsite-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.scss1
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;