You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
187 B

@import '../../scss/variables.scss';
header {
display: flex;
padding: 0.5rem;
flex-direction: row;
width: 100%;
background: $color-dark;
h3 {
color: $color-light;
}
}