Always align back button to logo, bottom left.
This commit is contained in:
parent
a2716a5de9
commit
4fa67352cd
1 changed files with 2 additions and 7 deletions
|
|
@ -67,7 +67,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-8 col-xl-6 nav-container">
|
||||
<div class="col-md-8 col-xl-6">
|
||||
<contentGroupModal ref="RainDefenseModal" cmsWidgetName="RainDefenseModal" />
|
||||
<contentGroupModal ref="FrontWiperModal" cmsWidgetName="FrontWiperModal" />
|
||||
<contentGroupModal ref="RearWiperModal" cmsWidgetName="RearWiperModal" />
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue