row display test of seminary questgroups for 480px+ width

This commit is contained in:
Daniel 2014-03-21 15:44:11 +01:00
commit 80a750eab6
2 changed files with 5 additions and 1 deletions

View file

@ -99,3 +99,7 @@ article{padding-top:5.375em;margin-bottom:30px}
/** Media Queries **/
@media only screen and (min-width:480px){
.questgroups li{width:48%;float:left}
.questgroups li:nth-child(even){float:right}
}