26 lines
382 B
CSS
26 lines
382 B
CSS
#footer-div {
|
|
height:10vh;
|
|
}
|
|
|
|
.footer {
|
|
text-align: center;
|
|
margin-top: 2rem;
|
|
}
|
|
|
|
#fi-button {
|
|
background: url("/static/img/fi.png") no-repeat;
|
|
background-size: cover;
|
|
}
|
|
|
|
#en-button {
|
|
background: url("/static/img/en.png") no-repeat;
|
|
background-size: cover;
|
|
}
|
|
|
|
.lang-button {
|
|
height: 4vh;
|
|
width: 6vh;
|
|
margin-left: 1vh;
|
|
margin-right: 1vh;
|
|
}
|