spacedeck-open/styles/landing.scss

30 lines
381 B
SCSS
Raw Normal View History

2017-04-07 01:29:05 +02:00
@import "vars";
#landing-header {
background-color: white;
height: 64px;
position: relative;
top: 0;
left: 0;
right: 0;
2017-04-07 01:29:05 +02:00
}
#landing {
margin-top: 100px;
section {
margin-left: 300px;
> * {
max-width: 600px;
}
2017-04-07 01:29:05 +02:00
}
}
.footer {
margin-left: 300px;
margin-top: 100px;
margin-bottom: 100px;
2017-04-07 01:29:05 +02:00
}