site/sass/custom.scss

29 lines
326 B
SCSS

header {
> p > img {
max-height: 25vh;
}
> h2 {
margin-top: 0;
}
> h1 {
margin-bottom: 0;
}
}
td, th {
text-align: center;
}
.testrun > ul {
list-style-type: none;
}
.widget-tests {
> h2 {
text-align: center;
text-decoration: underline;
}
}