X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=eeb0d1244d2661435d5b2187135314d0535a7e87;hb=88da92e702d2f02d56047f54b5dbcb025d49b1f9;hp=701fbf3290d2ae4b362a9f8d785097bdf94d61bf;hpb=7b8697217dd7b910c8600a1290d0a9590437afc0;p=mindcoding-template-patches.git diff --git a/css/custom.css b/css/custom.css index 701fbf3..eeb0d12 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1 +1,20 @@ -#spacer { height: 3em; } \ No newline at end of file +#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