X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;fp=css%2Fcustom.css;h=1e5d955ab6f2e20fc9b85b64066977e7c19ee5fe;hb=fd7ea993642eacb1f0a6beb2a2a8464fcf8480c4;hp=9872ee8daf56c22f8819dbf17a8ef45d52c14c23;hpb=e3ab4b036900e0ae2f0b0a39641b2aed82fce8f5;p=gruntmaster-page.git diff --git a/css/custom.css b/css/custom.css index 9872ee8..1e5d955 100644 --- a/css/custom.css +++ b/css/custom.css @@ -4,14 +4,6 @@ h1#title{ font-size: 3em !important; } -footer{ - width: 60em; - margin: auto; - margin-top: 6em; - white-space: pre-wrap; - color: #777; -} - #logo { margin: 5em auto 2em; display: block; @@ -48,10 +40,18 @@ div#result{ text-align: center; } +footer{ + padding: 1.5em 0; +} + a.dropdown-toggle{ cursor: pointer; } +#sponsors a.logo{ + margin-bottom: 1em; +} + .table-fixed{ table-layout: fixed; -} \ No newline at end of file +}