summaryrefslogtreecommitdiff
path: root/wk8/pset
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-05 07:46:47 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-05 07:46:47 +0000
commitc791aab126378913ee5aa839ed7f2884529360b0 (patch)
tree7a579653a6767ee97513e7174756bf3393f92143 /wk8/pset
parent7518dbd97ce3d442339091eb76e6b6bd5657685b (diff)
Fri, Jul 5, 2024, 12:46 AM -07:00
Diffstat (limited to 'wk8/pset')
-rw-r--r--wk8/pset/homepage/styles.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/wk8/pset/homepage/styles.css b/wk8/pset/homepage/styles.css
index 39144aa..5e5916b 100644
--- a/wk8/pset/homepage/styles.css
+++ b/wk8/pset/homepage/styles.css
@@ -6,6 +6,11 @@
--accent-2:#a225e3;
}
+main {
+ width: 74%;
+ background-color: var(--background);
+}
+
.centered
{
text-align: center;