Button width 100%
nav-bar large button width 100%
This commit is contained in:
parent
ea3d719765
commit
a09c88e065
2 changed files with 3 additions and 3 deletions
|
|
@ -131,7 +131,7 @@ export default {
|
|||
.large-button {
|
||||
justify-content: center;
|
||||
.btn-primary {
|
||||
width: 327px;
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
<funnelHeader cmsWidgetName="FunnelHeaderWidget" />
|
||||
<div>
|
||||
<div class="container-fluid pb-2">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<div class="row justify-content-md-center">
|
||||
<div class="col-md-6 col-xl-4">
|
||||
<navbar
|
||||
cmsWidgetName="FunnelFooterWidget"
|
||||
ref="navbar"
|
||||
|
|
|
|||
Loading…
Reference in a new issue