Compare commits

...

3 commits

Author SHA1 Message Date
Paul Makles
15e8e10151
merge: pull request #864
fix(home): inconsistent discover button height
2023-11-11 19:16:59 +00:00
Ashley
e8989fcffa
add a blank space to re run CI 2023-03-22 18:40:24 +03:00
Ashley
06dea9300c
fix inconsonant height in buttons 2023-03-20 18:11:10 +03:00

View file

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