mirror of
https://github.com/status-im/ETHReport.git
synced 2025-01-09 21:56:02 +00:00
33ba55f2f8
- page header - page footer - modal - resources - wordcloud - search - interviews list - projects list - topics list
15 lines
290 B
SCSS
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);
|
|
}
|
|
}
|