diff --git a/client/homebrew/pages/basePages/uiPage/uiPage.less b/client/homebrew/pages/basePages/uiPage/uiPage.less index a26e3fed4..23b8ec889 100644 --- a/client/homebrew/pages/basePages/uiPage/uiPage.less +++ b/client/homebrew/pages/basePages/uiPage/uiPage.less @@ -9,13 +9,15 @@ margin-top: 25px; padding: 2% 4%; font-size: 0.8em; + line-height: 1.8em; h1, h2, h3, h4{ font-weight: 900; text-transform: uppercase; - padding-bottom: 0.25em; } h1 { font-size: 2em; + border-bottom: 2px solid darkslategrey; + margin-bottom: 0.5em; } h2 { font-size: 1.75em; @@ -26,5 +28,8 @@ h4 { font-size: 1.25em; } + strong { + font-weight: bold; + } } }