website/sass/custom.scss

27 lines
357 B
SCSS

.banner {
margin-top: 0.5cm;
float: left;
height: 5cm;
// margin-bottom: -1cm;
}
.meanie-img {
// margin-top: 5cm;
// float: left;
height: 7cm;
// margin-bottom: -1cm;
}
// less spacing in lists
li > p {
padding: -1px;
padding-top: -1px;
padding-bottom: -1px;
margin: -1px;
margin-top: -1px;
margin-bottom: -1px;
}