Added animations, improved footer
This commit is contained in:
@@ -1,9 +1,24 @@
|
||||
body {
|
||||
padding-bottom: 850px;
|
||||
background-color: #222;
|
||||
z-index: -20;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.footer-border-top .footer-menu {
|
||||
border-top: 1px solid;
|
||||
}
|
||||
|
||||
.footer-container {
|
||||
font-family: 'Mona-Sans';
|
||||
font-weight: 500;
|
||||
background-color: #222;
|
||||
color: #F8FAFC;
|
||||
padding: 10vmin;
|
||||
z-index: -5;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: calc(100% - 20vmin);
|
||||
}
|
||||
|
||||
.footer-menu {
|
||||
|
||||
Reference in New Issue
Block a user