Change arrow on back button (#420)

* Change arrow on back button

* Update DynamicPageBanner.html
This commit is contained in:
Daniel Diekmeier 2018-08-16 16:29:12 +02:00 committed by Nolan Lawson
parent 65762f044c
commit 78d95e0dc4
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
text-decoration: underline;
}
.dynamic-page-go-back::before {
content: '<';
content: '';
margin-right: 5px;
}
@media (max-width: 767px) {
@ -70,4 +70,4 @@
}
}
}
</script>
</script>