align back links properly

This commit is contained in:
tmont 2020-04-28 18:04:17 -07:00
parent 17bfd61122
commit adf702ada9
2 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
extends ./master.pug
block main
h2
a.float-right(href="/" style="font-size: 50%") ◀ All Countries
=data.name
h2.d-flex.justify-content-between
span= data.name
a.align-self-center(href="/" style="font-size: 50%") ◀ All Countries
+heroChart

View File

@ -1,10 +1,10 @@
extends ./master.pug
block main
h2
a.float-right(href=("/countries/" + data.countrySafeName + ".html") style="font-size: 50%")
h2.d-flex.justify-content-between
span= data.name + ' - ' + data.country
a.align-self-center(href=("/countries/" + data.countrySafeName + ".html") style="font-size: 50%")
| ◀ #{data.country}
=data.name + ' - ' + data.country
+heroChart