Button width 100%

nav-bar large button width 100%
This commit is contained in:
hiteshkumar87 2023-09-21 18:13:52 +05:30
parent ea3d719765
commit a09c88e065
2 changed files with 3 additions and 3 deletions

View file

@ -131,7 +131,7 @@ export default {
.large-button {
justify-content: center;
.btn-primary {
width: 327px;
width: 100%;
justify-content: center;
}
}

View file

@ -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"