1
Fork 0
bauke-xyz/source/scss/components/_page-header.scss

7 lines
113 B
SCSS
Raw Normal View History

2021-08-26 15:52:13 +00:00
.page-header {
@include responsive-container;
background-color: #333;
margin-top: 1rem;
padding: 1rem;
}