force a bottom margin
This commit is contained in:
parent
6c812a9158
commit
68004fc962
|
@ -64,6 +64,7 @@
|
|||
</aside>
|
||||
<section>
|
||||
<?php echo $page['content']; ?>
|
||||
<div id="page-footer"></div>
|
||||
</section>
|
||||
<footer>
|
||||
<?php echo $page['footer']; ?>
|
||||
|
|
|
@ -68,6 +68,9 @@ img.photo {
|
|||
font-weight: bold;
|
||||
margin-left: 280px;
|
||||
}
|
||||
#page-footer {
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.heart {
|
||||
color: #FF0000;
|
||||
|
|
Loading…
Reference in a new issue