From 577c6b8bc066651d4359fa92003fbac48af306f0 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Thu, 18 Feb 2016 16:17:33 +0100 Subject: Decrease size of problem description title --- css/codeq.css | 13 +++++++++---- index.html | 6 +++--- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/css/codeq.css b/css/codeq.css index 667349e..b73cbf5 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -167,15 +167,20 @@ div.vertical-line{ } /* description */ -.block > .description-container { - padding: 0.5em 0.5em 20px 0.5em; -} - .block.block1 { border-bottom: 1px solid #ddd; padding-bottom: 1em; } +.description-container { + padding: 0.5em; +} + +.description-container > h1 { + font-size: 1.3em; + font-weight: bold; +} + /* hints */ .block.block4 { padding-bottom: 1em; diff --git a/index.html b/index.html index 5d9949e..da872b7 100644 --- a/index.html +++ b/index.html @@ -328,7 +328,7 @@
-

+

@@ -367,7 +367,7 @@
-

+

@@ -408,7 +408,7 @@
-

+

-- cgit v1.2.1