X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=eeb0d1244d2661435d5b2187135314d0535a7e87;hb=31977daaf8254bf25bb6e733df03bb975a820075;hp=dcbf88e28747dbccde3f0ec9e67795ea1475b992;hpb=94af8d03d3b083d02eac5c20f1cd87fe353e886c;p=mindcoding-template-patches.git diff --git a/css/custom.css b/css/custom.css index dcbf88e..eeb0d12 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1 +1,20 @@ -#spacer { height: 5em; } +#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