github.io/it1/bibliotek/bibliotek.css

27 lines
256 B
CSS
Raw Normal View History

#content {
margin: 2vh;
}
2020-03-27 14:48:13 +00:00
.top {
margin-top: 9vh;
2020-03-27 14:48:13 +00:00
}
.middle {
margin-left: 13vw;
margin-right: 42.0vw;
}
#status {
margin-top: 1vh;
}
#form > div > * {
margin-bottom: 1vh;
}
#form > div > label {
margin-bottom: 0.33vh;
}