udpateds to css and js.

This commit is contained in:
ajurna@gmail.com
2016-04-01 11:48:24 +01:00
parent 9a316ce1a1
commit d995c88f47
15 changed files with 639 additions and 288 deletions

View File

@@ -13,14 +13,14 @@ html {
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
margin-bottom: 80px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
height: 80px;
background-color: #f5f5f5;
}
.comic_box {