X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fmindcoding.css;h=70cd5f54247878d2605ca5877b8f54c47ddb2634;hb=refs%2Fheads%2Fnewmc;hp=6965804e5572333fbdd373180c38d34510747c87;hpb=61d58239c104cd457f30e3e4ce8c7f5d6ae602de;p=gruntmaster-page.git diff --git a/css/mindcoding.css b/css/mindcoding.css index 6965804..70cd5f5 100644 --- a/css/mindcoding.css +++ b/css/mindcoding.css @@ -9,3 +9,15 @@ footer { #sponsors a.logo { margin-bottom: 1em; } + +@media (min-width:768px) { + .left-half { + float: left; + width: 49%; + } + + .right-half { + float: right; + width: 49%; + } +}