mirror of
https://github.com/10h30/yeuchaybo.git
synced 2026-07-11 18:56:16 +09:00
27 lines
396 B
SCSS
27 lines
396 B
SCSS
/* ## Featured Content
|
|
--------------------------------------------- */
|
|
|
|
.featured-content {
|
|
|
|
.entry {
|
|
margin-bottom: 20px;
|
|
border-bottom: $border;
|
|
|
|
&:last-of-type {
|
|
margin-bottom: 0;
|
|
border-bottom: none;
|
|
}
|
|
}
|
|
|
|
.entry-image {
|
|
width: 75px;
|
|
height: 75px;
|
|
}
|
|
|
|
.entry-title {
|
|
margin-top: 10px;
|
|
margin-bottom: 5px;
|
|
font-size: $featured-content__entry-title--font-size;
|
|
}
|
|
}
|