Skip to content

Commit 7e66ba0

Browse files
committed
tweak hero styling a little more
1 parent 93c9bb3 commit 7e66ba0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/routes/Hero.svelte

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
/* Description paragraph */
8787
& > p {
8888
height: 1.5rem;
89-
margin: 0;
89+
margin-block: -0.5rem 0.5rem;
9090
margin-inline: 1rem;
9191
overflow: hidden;
9292
white-space: nowrap;
@@ -96,6 +96,7 @@
9696
/* Link "Buttons" */
9797
a {
9898
@apply --m3-focus-inward;
99+
@apply --m3-title-medium;
99100
display: flex;
100101
align-items: center;
101102
justify-content: space-between;
@@ -114,7 +115,7 @@
114115
}
115116
116117
.supporting {
117-
font-size: 0.85rem;
118+
@apply --m3-title-small;
118119
opacity: 0.8;
119120
}
120121
}

0 commit comments

Comments
 (0)