Added classes to take care of smaller and larger displays

This commit is contained in:
Kyle Johnson 2013-09-17 08:50:46 -04:00
parent 6c60813a6f
commit e0423570bd
1 changed files with 2 additions and 2 deletions

View File

@ -64,12 +64,12 @@ $cakeDescription = __d('cake_dev', 'CakePHP: the rapid development php framework
</div>
</div>
<div class="row">
<div class="col-md-2">
<div class="col-sm-2 col-md-2 col-lg-2">
<?php
echo $this->fetch('sidebar');
?>
</div>
<div class="col-md-10">
<div class="col-sm-10 col-md-10 col-lg-10">
<?php echo $this->Session->flash(); ?>
<?php echo $this->fetch('content'); ?>