mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 09:32:51 +00:00
client - sticky footer
This commit is contained in:
@@ -2,7 +2,10 @@
|
|||||||
background-image: url('../../assets/bottom-bg.gif');
|
background-image: url('../../assets/bottom-bg.gif');
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
height: 46px;
|
height: 46px;
|
||||||
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,6 +12,8 @@ body {
|
|||||||
background-color: black;
|
background-color: black;
|
||||||
background-image: url('../assets/forum-bg.jpg');
|
background-image: url('../assets/forum-bg.jpg');
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
|
position: relative;
|
||||||
|
padding-bottom: 46px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|||||||
Reference in New Issue
Block a user