changed the .title design on index

This commit is contained in:
Sean Clarke 2020-01-08 10:50:36 -05:00
parent c219347305
commit 5aee161e2e
2 changed files with 18 additions and 6 deletions

View File

@ -36,3 +36,15 @@ a {
margin: 0px; margin: 0px;
display: inline; display: inline;
} }
.title h1 {
text-align: left;
padding-left: 16px;
padding-right: 16px;
margin-bottom: 0px;
}
.title h3 {
margin-top: 8px;
margin-left: 36px;
}

View File

@ -1,12 +1,12 @@
extends layout extends layout
block content block content
h1(id='title')= title div(class='title')
h1= title
h2= "Sites Visited: " h3= "Sites Visited: "
a(href="/visits") #{visits.length} a(href="/visits") #{visits.length}
| / | /
a(href="/sites") #{totalSites} a(href="/sites") #{totalSites}
- var sitesVisited = []; - var sitesVisited = [];