summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2021-08-24 18:59:08 +1000
committerYuchen Pei <hi@ypei.me>2021-08-24 18:59:08 +1000
commitf33c630e887ba57e7927dca3ac127f709ae60900 (patch)
treec237233b762076b2928fb5310d8f6e8699fd7a29 /css/default.css
parentf1d63ccf6b817e88fdc6274a3904106985049719 (diff)
splitted pages
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/css/default.css b/css/default.css
index 7225dbc..deeb562 100644
--- a/css/default.css
+++ b/css/default.css
@@ -1,3 +1,21 @@
+header {
+ width: 39rem;
+ margin: auto;
+}
+
+header p#logo {
+ font-size: 200%;
+}
+
+header p#nav a {
+ padding: .5rem;
+ font-size: 120%;
+}
+
+h1.title {
+ display: none;
+}
+
div#content {
width: 39rem;
margin: auto;