From 5ffd74268aa74f36c0db2f28a489d4a82fd0c76a Mon Sep 17 00:00:00 2001 From: Fennel Kora Date: Thu, 11 Jul 2024 13:43:16 -0400 Subject: [PATCH] added styling for subheadings and child content of content id divs --- style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/style.css b/style.css index ff2c708..7cd0a4c 100644 --- a/style.css +++ b/style.css @@ -56,6 +56,12 @@ a:hover { width: 100%; } +#content > p, #content > ul { + width: 95%; + margin-left: auto; + margin-right: auto; +} + hr { margin: 2em; } @@ -83,4 +89,8 @@ hr { h4 { text-align: center; +} + +h5 { + font-size: 0.95em; } \ No newline at end of file