Flexbox integration

This commit is contained in:
Dennis Eichhorn 2017-01-29 10:29:50 +01:00
parent c1cbc56c9c
commit 0ca2280b6e

View File

@ -21,7 +21,9 @@ $position = $this->getData('position');
echo $this->getData('nav')->render(); ?> echo $this->getData('nav')->render(); ?>
<section class="box w-33"> <div class="row">
<div class="col-xs-12 col-md-6">
<section class="box wf-100">
<header><h1><?= $this->getText('Position'); ?></h1></header> <header><h1><?= $this->getText('Position'); ?></h1></header>
<div class="inner"> <div class="inner">
<form> <form>
@ -41,4 +43,6 @@ echo $this->getData('nav')->render(); ?>
</table> </table>
</form> </form>
</div> </div>
</section> </section>
</div>
</div>