]>
Commit | Line | Data |
---|---|---|
59731c89 MG |
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 | } | |
5776eb12 MG |
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 | } |