website/_sass/post_content/_list_container.scss
2018-10-24 17:51:53 +08:00

15 lines
299 B
SCSS

#list-container {
border: 3px $brand-color dashed;
border-left: 0px;
border-right: 0px;
color: $grey-color;
line-height: 1.75em;
margin: 2em 0;
padding: 2em;
width: inherit;
@include relative-font-size(0.95);
ul {
list-style: upper-roman;
}
}