zeus.ugent.be/content/assets/stylesheets/includes/blogpost.scss

40 lines
394 B
SCSS

.blogpost {
.blogtitle {
font-size: 4em;
}
}
#markdown-toc {
@extend .menu-list;
&, ul {
list-style: none;
}
}
dl {
dt {
display: inline;
font-weight: bold;
}
dd {
display: inline;
&::after {
content: "\A";
white-space: pre;
}
}
}
.padbox {
margin-bottom:10px;
}
.blogwidth{
width: 75%;
margin:auto;
word-wrap: normal;
}