Lots of little clean up for local development
Make all the paths relative.
This commit is contained in:
parent
32a4680664
commit
58f0348a2e
4 changed files with 9 additions and 36 deletions
|
@ -1,4 +1,4 @@
|
|||
@import url(/styles/main.css);
|
||||
@import url(./main.css);
|
||||
|
||||
#masthead {
|
||||
margin-top: 120px;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import url(/styles/bootstrap/bootstrap.min.css);
|
||||
@import url(./bootstrap/bootstrap.min.css);
|
||||
@import url(https://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister);
|
||||
|
||||
html,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue