zeus.ugent.be/content/assets/stylesheets/includes/blogpost.scss
2016-10-31 12:37:19 +01:00

41 lines
409 B
SCSS

.blogpost {
.blogtitle {
font-size: 4em;
}
}
#markdown-toc {
@extend .menu-list;
&, ul {
margin: 0;
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;
}