From 8317bde30f34b224720b9a7f3733bcc942071a26 Mon Sep 17 00:00:00 2001 From: Siddharth Varshney Date: Mon, 25 May 2020 02:28:55 +0530 Subject: [PATCH] css: Reorder css related to `h1` and `h2`. --- static/styles/portico/landing-page.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/static/styles/portico/landing-page.scss b/static/styles/portico/landing-page.scss index 6e798fc5ad..926b3e3556 100644 --- a/static/styles/portico/landing-page.scss +++ b/static/styles/portico/landing-page.scss @@ -23,6 +23,14 @@ h3 { line-height: 1.2; } +h1 { + font-size: 2em; +} + +h2 { + font-size: 1.8em; +} + p { margin: 10px 0px; font-weight: normal; @@ -66,14 +74,6 @@ a { } } -h1 { - font-size: 2em; -} - -h2 { - font-size: 1.8em; -} - span a:hover, p a:hover, ul a:hover,