diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue
index 6e62392b3..394ba3b08 100644
--- a/src/layouts/quote/quote.vue
+++ b/src/layouts/quote/quote.vue
@@ -67,7 +67,7 @@
-
+
@@ -902,11 +902,6 @@ export default {
.quote {
padding-bottom: 2rem;
- .nav-container {
- /* Create correct positioning point for .nav-bar a.navigation-link */
- position: relative;
- }
-
:deep(.nav-bar) {
position: initial;
button.btn {
@@ -916,7 +911,7 @@ export default {
a.navigation-link {
position: absolute;
left: 1rem;
- bottom: -1rem;
+ bottom: 1rem;
}
.col-auto {
width: -webkit-fill-available;