35 lines
571 B
CSS
35 lines
571 B
CSS
#footer-div {
|
|
height:10vh;
|
|
}
|
|
|
|
footer {
|
|
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;
|
|
}
|
|
|
|
footer .container .col .nav .nav-item {
|
|
display: inline-block;
|
|
margin-right: 3vh;
|
|
}
|
|
|
|
.lang-button {
|
|
height: 4vh;
|
|
width: 6vh;
|
|
margin-left: 1vh;
|
|
margin-right: 1vh;
|
|
}
|
|
|
|
.lang-select {
|
|
width: 10rem;
|
|
display: inline-block;
|
|
}
|
|
|
|
footer .lang-form {
|
|
max-width: 10rem;
|
|
}
|