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:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user