8 lines
76 B
SCSS
8 lines
76 B
SCSS
Header{
|
|
position: fixed;
|
|
top: 0;
|
|
h1{
|
|
margin: 30px 0 0 30px;
|
|
}
|
|
}
|