Local css and js

This commit is contained in:
Dzmitry Plashchynski
2015-04-13 12:23:15 +03:00
parent f2f98bbb76
commit 5e944ec375
26 changed files with 1213 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
main {
flex: 1 0 auto;
}

16
web/assets/css/materialize.min.css vendored Normal file

File diff suppressed because one or more lines are too long