58 lines
1.3 KiB
SCSS
58 lines
1.3 KiB
SCSS
.recent-posts{
|
|
border-top: 1px solid #e0e0e8;
|
|
.date-a{
|
|
text-decoration: none;
|
|
color: #15c1c6;
|
|
margin-right: 15px;
|
|
font-family: Merriweather, serif;
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
}
|
|
.date-a:hover{
|
|
color: #31353d;
|
|
transition:0.3s;
|
|
text-decoration: none;
|
|
}
|
|
.recent-title{
|
|
font-size: 18px;
|
|
line-height: 1.2;
|
|
font-family: Merriweather, serif;
|
|
color: #15c1c6;
|
|
font-weight: 700;
|
|
margin-bottom: 18px;
|
|
}
|
|
.recent-subtitle{
|
|
font-size: 1rem;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-family: Merriweather, serif;
|
|
padding-top: 20px;
|
|
line-height: 1.38462;
|
|
letter-spacing: 0px;
|
|
|
|
}
|
|
blockquote{
|
|
content: '\201c';
|
|
font-family: serif;
|
|
font-size: 4em;
|
|
line-height: 1;
|
|
margin-left: -12px;
|
|
font-style: italic;
|
|
font-weight: 700;
|
|
quotes: none;
|
|
}
|
|
.quotes-text{
|
|
font-style: italic;
|
|
font-weight: 700;
|
|
font-size: 22px;
|
|
line-height: 1.33333;
|
|
font-family: MerriweatherSans, sans-serif;
|
|
letter-spacing: 0;
|
|
color: #333333;
|
|
text-align: center;
|
|
padding: 0 60px;
|
|
}
|
|
|
|
}
|
|
|