glossarysh.github.io/assets/css/site.css
2018-05-28 20:39:43 +01:00

34 lines
432 B
CSS

#site-form {
position: relative;
}
#results-container {
position: absolute;
top: 100%;
padding-left: 28px;
padding-right: 10px;
padding-bottom: 0px;
background: white;
z-index: 1;
}
.header-nav {
height: 10px;
}
.body-content {
min-height: 300px;
}
.footer-github-image {
height: 30px;
}
.footer-github {
background: white;
border-radius: 50%;
}
hr {
margin-bottom: 0;
}