Sharyn 33ba55f2f8 Adding page components
- page header
- page footer
- modal
- resources
- wordcloud
- search
- interviews list
- projects list
- topics list
2018-07-05 11:59:42 +02:00

15 lines
290 B
SCSS

@import './assets/styles/global.scss';
.page-header {
background-color: #efefef;
padding: calculateRem(24) 0;
text-align: center;
margin-bottom: calculateRem(24);
h1 {
margin-bottom: calculateRem(24);
font-family: $secondary-font;
font-size: calculateRem(36);
}
}