Added classes to take care of smaller and larger displays
This commit is contained in:
parent
6c60813a6f
commit
e0423570bd
|
@ -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'); ?>
|
||||
|
|
Loading…
Reference in New Issue