Merge branch 'master' into newmc
[gruntmaster-page.git] / css / mindcoding.css
1 footer {
2 padding: 1.5em 0;
3 width: auto;
4 matgin: auto;
5 white-space: inherit;
6 color: inherit;
7 }
8
9 #sponsors a.logo {
10 margin-bottom: 1em;
11 }
12
13 @media (min-width:768px) {
14 .left-half {
15 float: left;
16 width: 49%;
17 }
18
19 .right-half {
20 float: right;
21 width: 49%;
22 }
23 }
This page took 0.021052 seconds and 4 git commands to generate.