From acd0ee4a7cbbbaf95ccd999cff6eee3e33172fe5 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 8 Dec 2019 11:06:07 -0500 Subject: [PATCH] Actually make h3 stand out this time --- static/changelog.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/changelog.css b/static/changelog.css index 3fc0181..da5f43f 100644 --- a/static/changelog.css +++ b/static/changelog.css @@ -275,6 +275,8 @@ a:hover { background: linear-gradient(180deg, rgba(16,13,30,1) 0%, rgba(16,13,30,1) 66%, rgba(16,13,30,0) 100%); } -.h3 { +h3 { font-size: 40px; + padding-top: 10px; + padding-bottom: 5px; } \ No newline at end of file