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