We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c9bb3 commit 7e66ba0Copy full SHA for 7e66ba0
src/routes/Hero.svelte
@@ -86,7 +86,7 @@
86
/* Description paragraph */
87
& > p {
88
height: 1.5rem;
89
- margin: 0;
+ margin-block: -0.5rem 0.5rem;
90
margin-inline: 1rem;
91
overflow: hidden;
92
white-space: nowrap;
@@ -96,6 +96,7 @@
96
/* Link "Buttons" */
97
a {
98
@apply --m3-focus-inward;
99
+ @apply --m3-title-medium;
100
display: flex;
101
align-items: center;
102
justify-content: space-between;
@@ -114,7 +115,7 @@
114
115
}
116
117
.supporting {
- font-size: 0.85rem;
118
+ @apply --m3-title-small;
119
opacity: 0.8;
120
121
0 commit comments