zeus.ugent.be/content/assets/stylesheets/includes/blogpost.scss
2016-11-01 20:37:43 +01:00

42 lines
440 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;
border-radius: 0 !important;
}
.blogwidth{
width: 75%;
margin:auto;
word-wrap: normal;
}