changed the .title design on index
This commit is contained in:
parent
c219347305
commit
5aee161e2e
@ -36,3 +36,15 @@ a {
|
||||
margin: 0px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.title h1 {
|
||||
text-align: left;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.title h3 {
|
||||
margin-top: 8px;
|
||||
margin-left: 36px;
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
extends layout
|
||||
|
||||
block content
|
||||
h1(id='title')= title
|
||||
|
||||
h2= "Sites Visited: "
|
||||
a(href="/visits") #{visits.length}
|
||||
| /
|
||||
a(href="/sites") #{totalSites}
|
||||
div(class='title')
|
||||
h1= title
|
||||
h3= "Sites Visited: "
|
||||
a(href="/visits") #{visits.length}
|
||||
| /
|
||||
a(href="/sites") #{totalSites}
|
||||
|
||||
- var sitesVisited = [];
|
||||
|
||||
|
Reference in New Issue
Block a user