row display test of seminary questgroups for 480px+ width
This commit is contained in:
parent
207b735df5
commit
de143e57cc
2 changed files with 5 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
<?php foreach($questgroupshierarchy as &$hierarchy) : ?>
|
||||
<h3><?=$hierarchy['title_plural']?></h3>
|
||||
<ul class="questgroups">
|
||||
<ul class="questgroups cf">
|
||||
<?php foreach($hierarchy['questgroups'] as &$group) : ?>
|
||||
<li>
|
||||
<img src="http://s14.directupload.net/images/140318/35229m97.png">
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue