30 lines
381 B
SCSS
30 lines
381 B
SCSS
@import "vars";
|
|
|
|
#landing-header {
|
|
background-color: white;
|
|
height: 64px;
|
|
position: relative;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
|
|
#landing {
|
|
margin-top: 100px;
|
|
|
|
section {
|
|
margin-left: 300px;
|
|
|
|
> * {
|
|
max-width: 600px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.footer {
|
|
margin-left: 300px;
|
|
margin-top: 100px;
|
|
margin-bottom: 100px;
|
|
}
|
|
|