Skip to content

fix padding on subscription plan (TB Pro landing page)#1129

Open
aho15 wants to merge 1 commit intothunderbird:masterfrom
aho15:fix/padding-issue-1121
Open

fix padding on subscription plan (TB Pro landing page)#1129
aho15 wants to merge 1 commit intothunderbird:masterfrom
aho15:fix/padding-issue-1121

Conversation

@aho15
Copy link
Copy Markdown

@aho15 aho15 commented Feb 16, 2026

Resolves #1121
Adjusts padding according to the issue.

Copy link
Copy Markdown
Contributor

@janbrasna janbrasna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ticket sounds like only changing the values for LG breakpoint, so might be worth confirming.

Comment thread assets/less/tbpro/index.less Outdated
Comment on lines 702 to 708
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ask might be something more along the lines:

Suggested change
padding: @space-36;
text-align: center;
width: 100%;
@media (min-width: @lg) {
grid-column: 1 / 4;
padding: @space-24 @space-16;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TB Pro landing page: reduce padding on subscription plan

2 participants