From cd60c04b6f17627e4e6177a87899266d98897575 Mon Sep 17 00:00:00 2001 From: ludger Date: Thu, 18 Oct 2018 12:43:07 +0200 Subject: [PATCH] Fixing layout finally --- backend/postings/static/postings/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/postings/static/postings/css/style.css b/backend/postings/static/postings/css/style.css index 09d4a62..5283c6e 100644 --- a/backend/postings/static/postings/css/style.css +++ b/backend/postings/static/postings/css/style.css @@ -21,7 +21,7 @@ height: calc(100vh - 50px); } .fullcontainer h1 { - font-size: 60px; } + font-size: 50px; } .fullcontainer h3 { margin-bottom: 30px; }