14 lines
196 B
SCSS
14 lines
196 B
SCSS
.page_aside {
|
|
> ul {
|
|
margin-left:0;
|
|
list-style-type: none;
|
|
.article-resume {
|
|
padding:2.2em 1em 1em;
|
|
margin-bottom:1rem;
|
|
.article-resume__titre {
|
|
font-size:1.3em;
|
|
}
|
|
}
|
|
}
|
|
}
|