mirror of
https://github.com/10h30/yeuchaybo.git
synced 2026-07-11 18:56:16 +09:00
17 lines
199 B
SCSS
17 lines
199 B
SCSS
.sidebar {
|
|
font-size: $sidebar--font-size;
|
|
line-height: $line-height--medium;
|
|
|
|
@include breakpoint( sm ) {
|
|
width: 30%;
|
|
}
|
|
|
|
.widget {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
p {
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|