X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=eeb0d1244d2661435d5b2187135314d0535a7e87;hb=88da92e702d2f02d56047f54b5dbcb025d49b1f9;hp=6dcb1c308f82cfb5360a9715dacb643927774f61;hpb=c8a4fdbd77041debc213dc485e4930c6f62dfc2f;p=mindcoding-template-patches.git diff --git a/css/custom.css b/css/custom.css index 6dcb1c3..eeb0d12 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,2 +1,20 @@ -#top_spacer { height: 5em; } -#bottom_spacer { height: 2em; } +#logo { + margin: 5em auto 2em; + display: block; +} + +h1 { + font-size: 2em !important; +} + +.txtstuff { + overflow: hidden; +} + +.hiddendiv { + display: none; + white-space: pre-wrap; + word-wrap: break-word; + overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */ +} + \ No newline at end of file