Skip to content

Commit

Permalink
columns margin fix (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
vradulescu-bd authored Jun 5, 2024
1 parent a2f4af1 commit f54ae65
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions solutions/blocks/columns/columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
flex: 1;
line-height: 1.13;
text-align: center;
margin: 0 10px;
}

/* video presentation */
Expand Down Expand Up @@ -145,7 +144,7 @@
margin: 0 auto;
}

.columns.highlight-text.black {
.columns.highlight-text.black {
right: 10%;
top: 10%;
}
Expand Down Expand Up @@ -233,7 +232,7 @@
padding-top: 1px;
}

.columns.vpn-presentation .button-container,
.columns.vpn-presentation .button-container,
.columns.vpn-presentation .info-button-container{
display: inline-block;
padding-right: 13px;
Expand Down Expand Up @@ -451,4 +450,4 @@ main .section.two-columns .right-col .products.plans a.button:any-link {
content: url("/solutions/icons/user-guide-white.svg");
color: white;
padding-right: 8px;
}
}

0 comments on commit f54ae65

Please sign in to comment.