From c6d6209fb81c18e218fa647b7e47840144d0387a Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Thu, 23 Jan 2014 20:46:23 +0200 Subject: [PATCH] Set font-size for h1 --- css/custom.css | 4 ++++ tmpl/ct.en | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/css/custom.css b/css/custom.css index 2dcd5db..76e4074 100644 --- a/css/custom.css +++ b/css/custom.css @@ -2,3 +2,7 @@ margin: 5em auto 2em; display: block; } + +h1 { + font-size: 2em !important; +} diff --git a/tmpl/ct.en b/tmpl/ct.en index 0d4821d..e866e7a 100644 --- a/tmpl/ct.en +++ b/tmpl/ct.en @@ -5,7 +5,7 @@
-

Running contests

+

Running contests

NameStart dateEnd dateOwner @@ -21,7 +21,7 @@
-

Pending contests

+

Pending contests

NameStart dateEnd dateOwner @@ -37,7 +37,7 @@
-

Finished contests

+

Finished contests

NameStart dateEnd dateOwner -- 2.30.2