Center pricing container at wide breakpoint
.landing-pricing-container had max-width: 1100px at 1200px+ but no margin auto — the one-column class only targets section elements.
This commit is contained in:
parent
8533319a4b
commit
d365dbba2c
1 changed files with 1 additions and 0 deletions
|
|
@ -698,6 +698,7 @@ a.landing-pricing-link {
|
|||
|
||||
.landing-pricing-container {
|
||||
max-width: 1100px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.landing-pricing {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue