Skip to content

Commit

Permalink
adjusting the pricing css so less space around the h2 in the pricing …
Browse files Browse the repository at this point in the history
…card.
  • Loading branch information
nickjackolaisen committed Dec 11, 2024
1 parent 0c0540c commit 13a84c5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions assets/css/pricing.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ a.main-button {




.pricing-card {
background-color: #fff; /* Pricing Card */
border: 1px solid #e0e0e0;
Expand Down Expand Up @@ -125,7 +124,7 @@ a.main-button {
.service-icon {
width: 30%; /* Reduced width */
height: auto;
margin-bottom: 10px; /* Reduced margin */
margin-bottom: 2px; /* Halved margin */
}

a.service-icon {
Expand All @@ -135,6 +134,10 @@ a.service-icon {
text-decoration: none;
}

.pricing-card h2 {
margin-top: 10px; /* Halved the default margin */
}

.cta-button {
display: inline-block;
background-color: #629E2D;
Expand Down

0 comments on commit 13a84c5

Please sign in to comment.