mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-01 13:57:55 +00:00
15 lines
293 B
SCSS
15 lines
293 B
SCSS
|
#list-container {
|
||
|
border: 3px $brown 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;
|
||
|
}
|
||
|
}
|