| 1333 | @media screen and (min-width:561px) and (max-width:959px) { |
| 1334 | #wporg-footer .wrapper { |
| 1335 | max-width: 600px; |
| 1336 | } |
| 1337 | |
| 1338 | #wporg-footer ul:nth-child(3n+1) { |
| 1339 | margin-left: 0; |
| 1340 | } |
| 1341 | |
| 1342 | #wporg-footer ul:nth-child(4n) { |
| 1343 | clear: both; |
| 1344 | } |
| 1345 | |
| 1346 | #wporg-footer ul { |
| 1347 | margin-left: 2%; |
| 1348 | width: 32%; |
| 1349 | } |
| 1350 | } |
| 1351 | |
| 1352 | @media screen and (max-width:560px) { |
| 1353 | #wporg-footer .wrapper { |
| 1354 | max-width: 360px; |
| 1355 | } |
| 1356 | |
| 1357 | #wporg-footer ul:nth-child(2n+1) { |
| 1358 | margin-left: 0; |
| 1359 | } |
| 1360 | |
| 1361 | #wporg-footer ul:nth-child(odd) { |
| 1362 | clear: both; |
| 1363 | } |
| 1364 | |
| 1365 | #wporg-footer ul { |
| 1366 | margin-left: 4%; |
| 1367 | width: 48%; |
| 1368 | } |
| 1369 | } |
| 1370 | |