about summary refs log tree commit diff
path: root/served/styles
diff options
context:
space:
mode:
Diffstat (limited to 'served/styles')
-rwxr-xr-xserved/styles/common.css4
-rw-r--r--served/styles/home.css2
2 files changed, 5 insertions, 1 deletions
diff --git a/served/styles/common.css b/served/styles/common.css
index 81e5b43..5ae828e 100755
--- a/served/styles/common.css
+++ b/served/styles/common.css
@@ -119,6 +119,10 @@ code {
 		"CRSV" 0;
 }
 
+h2 code {
+	font-size: 1.4rem;
+}
+
 #nav-access {
 	/* shove it above the page and make sure it's always on top*/
 	position: absolute;
diff --git a/served/styles/home.css b/served/styles/home.css
index fd5f6b2..604308a 100644
--- a/served/styles/home.css
+++ b/served/styles/home.css
@@ -98,6 +98,6 @@ ul {
 	#banner-container {
 		/*max-width: 16rem;*/
 		grid-column: 2;
-		grid-row: 4 / 6;
+		grid-row: 5 / 7;
 	}
 }
\ No newline at end of file