inital version of scroll view, burger menu, css reset
This commit is contained in:
parent
0508d8cd9a
commit
4faf546335
20 changed files with 438 additions and 42 deletions
18
app/static/css/partials/_layout.scss
Normal file
18
app/static/css/partials/_layout.scss
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
body {
|
||||
background: #d3d;
|
||||
color: #eee;
|
||||
font-family: "Noto Sans";
|
||||
font-size: 20px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
main {
|
||||
line-height: 1.2em;
|
||||
|
||||
}
|
||||
|
||||
nav {
|
||||
a {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue