mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-16 21:53:48 +00:00
Merge pull request #18908 from overleaf/mf-fix-spacing-page-new-plans-page
[web] Change new plans page vertical main heading spacing value to 96px GitOrigin-RevId: c9746446a15bd0dd2e64a76615cd979654c8609e
This commit is contained in:
parent
e73fdfba63
commit
5e560e4376
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
@z-index-plans-new-tabs-content: 0;
|
||||
|
||||
.plans-new-design {
|
||||
padding-top: calc(var(--spacing-16) + var(--header-height));
|
||||
|
||||
.main-heading-section {
|
||||
text-align: center;
|
||||
max-width: 885px;
|
||||
|
@ -68,6 +70,7 @@
|
|||
|
||||
.plans-new-tabs-container {
|
||||
z-index: @z-index-plans-new-tabs;
|
||||
margin-top: var(--spacing-16);
|
||||
|
||||
// explicit padding to tell that the bottom left and bottom right
|
||||
// does not have bottom border defined in .plans-new-tabs
|
||||
|
|
Loading…
Reference in a new issue