merge: pull request #864

fix(home): inconsistent discover button height
pull/1049/head
Paul Makles 2023-11-11 19:16:59 +00:00 committed by GitHub
commit 3ed0b46807
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,7 @@
a {
width: 100%;
height: 6em;
div {
margin: 0;
}
@ -54,3 +54,4 @@
[data-light="true"] .home svg {
filter: invert(100%);
}