Cranking out a site
Closes #16 even though I haven't set up the redis instance on the server. Will do that when I'm ready to use redis on the production site.
This commit is contained in:
parent
618b6a3613
commit
83df2cfecc
6 changed files with 102 additions and 2 deletions
3
public/css/core.css
Normal file
3
public/css/core.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
body {
|
||||
padding-top: 50px;
|
||||
}
|
4
public/css/core.less
Normal file
4
public/css/core.less
Normal file
|
@ -0,0 +1,4 @@
|
|||
body,
|
||||
{
|
||||
padding-top: 50px;
|
||||
}
|
1
public/css/core.min.css
vendored
Normal file
1
public/css/core.min.css
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
body{padding-top:50px}
|
Loading…
Add table
Add a link
Reference in a new issue