summaryrefslogtreecommitdiff
path: root/wk8/pset/homepage
diff options
context:
space:
mode:
Diffstat (limited to 'wk8/pset/homepage')
-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;