website/sass/custom.scss

56 lines
694 B
SCSS
Raw Permalink 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;
}
p {
text-align: justify;
}
2020-04-23 06:47:48 +02:00
red {
color: red;
font-weight: bold;
}
2020-04-27 03:56:40 +02:00
blue {
color: blue;
font-weight: bold;
}
2020-04-26 17:07:04 +02:00
side-note {
font-weight: normal;
font-size: 0.8em;
}
// less spacing in lists
2020-04-23 17:51:38 +02:00
//li > p {
// padding: -1px;
// padding-top: -1px;
// padding-bottom: -1px;
// margin: -1px;
// margin-top: -1px;
// margin-bottom: -1px;
//}
@media screen and (min-width: 768px) {
html {
font-size: 1.1em;
}
pre {
font-size: 1.2em;
}
.container {
max-width: 80rem;
}
}