1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-10 11:35:10 +02:00
blog/src/components/atoms/PostTitle.module.scss

17 lines
279 B
SCSS
Raw Normal View History

2018-07-19 16:49:20 +02:00
@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;
}