Initial commit: split from Wolnelektury
[django-sponsors.git] / sponsors / static / sponsors / css / sponsors.css
1 .sponsors-page {
2     background: white;
3     margin-top: 1em;
4 }
5
6 .sponsors-column {
7     float: left;
8     width: 150px;
9 }
10
11 .sponsor-logos {
12     height: 130px;
13 }
14
15 .sponsors-page img {
16     float: left;
17 }