Files
web2.0-backend/static/css/footer.css
T
2017-10-17 19:56:01 +03:00

30 lines
444 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;
}
.lang-select {
width: 10rem;
display: inline-block;
}