template/src/main/css/snippets/common.css

34 lines
426 B
CSS

/* Base elements */
html, body {
height: 100%;
margin: 0;
padding: 0;
}
body {
color: black;
}
#contents {
margin-top: 5rem;
margin-bottom: 5rem;
}
footer {
margin-bottom: 3rem;
}
/* Override Milligram */
header .container {
text-align: center;
}
/* Make arrow next to dropdown visible */
select {
-webkit-appearance: menulist;
-moz-appearance: menulist;
appearance: auto;
}