1
0
Fork 0
blog/src/components/atoms/PostTitle.module.scss

18 lines
297 B
SCSS
Raw Normal View History

2018-07-19 16:49:20 +02:00
@import 'variables';
2018-07-20 15:23:57 +02:00
@import 'mixins';
2018-07-19 16:49:20 +02:00
// 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;
}