mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
17 lines
279 B
SCSS
17 lines
279 B
SCSS
@import 'variables';
|
|
|
|
// Post Title
|
|
/////////////////////////////////////
|
|
|
|
.hentry__title {
|
|
font-size: $font-size-h1;
|
|
text-align: center;
|
|
color: $color-headings;
|
|
margin-top: 0;
|
|
margin-bottom: $spacer;
|
|
}
|
|
|
|
.hentry__title__link {
|
|
font-size: $font-size-h3;
|
|
}
|