Refactor footer
This commit is contained in:
+4
-12
@@ -1,18 +1,10 @@
|
||||
#footer-div {
|
||||
height:10vh;
|
||||
}
|
||||
|
||||
footer {
|
||||
/* position: absolute; */
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 60px; /* Set the fixed height of the footer here */
|
||||
/* line-height: 60px; /* Vertically center the text there */ */
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 1rem;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
footer .container .col .nav .nav-item {
|
||||
/*footer .container .col .nav .nav-item {
|
||||
display: inline-block;
|
||||
margin-right: 3vh;
|
||||
}
|
||||
@@ -31,4 +23,4 @@ footer .container .col .nav .nav-item {
|
||||
|
||||
footer .lang-form {
|
||||
margin: 1rem auto 0;
|
||||
}
|
||||
}*/
|
||||
|
||||
Reference in New Issue
Block a user