From 143f1447a1b8f00e633dafc94b650f426f991aac Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Fri, 8 Jun 2018 01:00:32 +0200 Subject: [PATCH] unbreak card title --- css/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 39085a4..97b8f57 100644 --- a/css/style.css +++ b/css/style.css @@ -71,10 +71,11 @@ footer { box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3), inset 0px -2px 0px rgba(0, 0, 0, 0.2); } -.card-title { - color:#FFF; - text-align:center; - text-shadow: 0px -1px 0px rgba(0,0,0,0.3); +h1.card-title, h2.card-title, h3.card-title, h4.card-title, h5.card-title, h6.card-title, h7.card-title, h8.card-title, h9.card-title, h10.card-title { + font-size:1.1em; + text-align:center; + text-shadow: 0px -1px 0px rgba(0,0,0,0.3); + margin:0px; } /* meta */