From b5f19b7a5388fca0331ad97adb41ba7434ff3667 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 26 Oct 2020 10:36:41 -0400 Subject: use semantic main element instead of a div --- static/grapheneos.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/grapheneos.css') diff --git a/static/grapheneos.css b/static/grapheneos.css index d7f246a1..72335530 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -79,7 +79,7 @@ nav ul li.active a { color: #64b5f6; /* blue300 */ } -#content { +main { margin-left: auto; margin-right: auto; padding: 1em; -- cgit v1.3.1