Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Pricing" Section Updated Alignments #104

Open
wants to merge 3 commits into
base: website
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1391,6 +1391,13 @@ select.form-control.has-value {
color: #305be4;
font-size: 45px;
margin-top: -30px;
text-align: center;
}
.lead {
text-align: center !important;
}
.buttons_customization{
justify-content: center;
}
.bsh {
display: block;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ <h5 class="mb-0">Amala Sebastian</h5>
<h2>How We Compare Our Pricing</h2>
<p class="lead">Monotonectally mesh visionary supply chains before plug-and-play interfaces. Globally benchmark worldwide information after clicks-and-mortar channels.</p>
</div>
<ul class="nav nav-tabs feature-tab pricing-tab border-bottom-0 mb-md-5 mb-lg-0" data-tabs="tabs">
<ul class="buttons_customization nav nav-tabs feature-tab pricing-tab border-bottom-0 mb-md-5 mb-lg-0" data-tabs="tabs">
<li class="nav-item">
<a class="nav-link active h6 d-flex align-items-center" href="#monthly" data-toggle="tab"> Monthly </a>
</li>
Expand Down