Remove hero borders from stats page
This commit is contained in:
parent
f55b70b4e3
commit
93ba2dd24a
@ -403,7 +403,6 @@
|
||||
text-underline-offset: 4px;
|
||||
}
|
||||
|
||||
[data-page="stats"] [data-section="hero"],
|
||||
[data-page="stats"] [data-section="chart"],
|
||||
[data-page="stats"] [data-section="newsletter"] {
|
||||
border-bottom: 1px solid var(--stats-line);
|
||||
@ -424,6 +423,7 @@
|
||||
overflow: hidden;
|
||||
padding: 128px 24px 48px;
|
||||
border-bottom: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
[data-page="stats"] h1,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user