7 lines
113 B
SCSS
7 lines
113 B
SCSS
|
.page-header {
|
||
|
@include responsive-container;
|
||
|
background-color: #333;
|
||
|
margin-top: 1rem;
|
||
|
padding: 1rem;
|
||
|
}
|