mirror of
https://github.com/10h30/yeuchaybo.git
synced 2026-07-17 21:53:50 +09:00
64 lines
978 B
SCSS
64 lines
978 B
SCSS
/* ## Genesis
|
|
--------------------------------------------- */
|
|
|
|
.after-entry {
|
|
margin-bottom: 40px;
|
|
padding: 20px 30px;
|
|
box-shadow: $box-shadow;
|
|
|
|
@include breakpoint( sm ) {
|
|
margin-bottom: 60px;
|
|
padding: 40px 60px;
|
|
}
|
|
|
|
.widget:last-of-type {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.breadcrumb {
|
|
margin-bottom: 40px;
|
|
padding-bottom: 10px;
|
|
border-bottom: $border;
|
|
font-size: $breadcrumb--font-size;
|
|
}
|
|
|
|
.archive-description {
|
|
margin-bottom: 60px;
|
|
|
|
@include breakpoint( sm ) {
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.entry-title {
|
|
margin-bottom: 10px;
|
|
font-size: $archive-description__entry-title--font-size;
|
|
font-weight: $font-weight--semibold;
|
|
}
|
|
}
|
|
|
|
.author-box {
|
|
margin-bottom: 40px;
|
|
padding: 30px;
|
|
text-align: center;
|
|
|
|
@include breakpoint( sm ) {
|
|
margin: 0 -70px 60px;
|
|
padding: 60px;
|
|
background-color: $author-box--background-color;
|
|
}
|
|
|
|
.avatar {
|
|
float: none;
|
|
margin: 0 auto 20px;
|
|
}
|
|
|
|
p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|