website/sass/custom.scss

31 lines
398 B
SCSS
Raw Normal View History

.banner {
margin-top: 0.5cm;
float: left;
height: 5cm;
// margin-bottom: -1cm;
}
.meanie-img {
// margin-top: 5cm;
// float: left;
height: 7cm;
// margin-bottom: -1cm;
}
2020-04-23 06:47:48 +02:00
red {
color: red;
font-weight: bold;
}
// less spacing in lists
li > p {
padding: -1px;
padding-top: -1px;
padding-bottom: -1px;
margin: -1px;
margin-top: -1px;
margin-bottom: -1px;
}