33 lines
442 B
CSS
33 lines
442 B
CSS
#footer-div {
|
|
height:10vh;
|
|
}
|
|
|
|
footer {
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 60px;
|
|
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 {
|
|
margin: 1rem auto 0;
|
|
}
|