mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 00:30:02 -06:00
21 lines
323 B
SCSS
21 lines
323 B
SCSS
#articles + aside {
|
|
section {
|
|
@extend .sans-font;
|
|
font-size: .8em;
|
|
line-height: 1.5em;
|
|
margin-bottom: 1.5em;
|
|
}
|
|
ul {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
li {
|
|
list-style: none;
|
|
padding: .5em 0;
|
|
margin: 0;
|
|
border-bottom: 1px solid #ddd;
|
|
p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|