align back links properly
This commit is contained in:
parent
17bfd61122
commit
adf702ada9
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user