1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-09 16:42:49 +00:00

client - sticky footer

This commit is contained in:
2018-01-13 23:24:32 -06:00
parent 269c8a2f50
commit 8c2b05dfc8
2 changed files with 5 additions and 0 deletions

View File

@@ -2,7 +2,10 @@
background-image: url('../../assets/bottom-bg.gif');
background-repeat: repeat-x;
height: 46px;
width: 100%;
display: flex;
justify-content: center;
overflow: hidden;
position: absolute;
bottom: 0;
}

View File

@@ -12,6 +12,8 @@ body {
background-color: black;
background-image: url('../assets/forum-bg.jpg');
background-repeat: repeat-x;
position: relative;
padding-bottom: 46px;
}
a {