diff --git a/themes/homebrewtheme/static/css/main.css b/themes/homebrewtheme/static/css/main.css index 87a6195..5016328 100644 --- a/themes/homebrewtheme/static/css/main.css +++ b/themes/homebrewtheme/static/css/main.css @@ -168,6 +168,13 @@ h1, h2,h3 { font-family:'OrkneyRegular'; } +.index-entry-title{ + font-size:1.4rem; + font-weight:bold; + line-height: 1.4em; + font-family:'OrkneyRegular'; +} + .entry-title span{ width:100%; display:inline-block; diff --git a/themes/homebrewtheme/templates/index.html b/themes/homebrewtheme/templates/index.html index 675bf54..33a8fae 100644 --- a/themes/homebrewtheme/templates/index.html +++ b/themes/homebrewtheme/templates/index.html @@ -8,12 +8,13 @@ {% for article in articles_page.object_list %}