We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627d920 commit 828ea10Copy full SHA for 828ea10
src/lib/Link.svelte
@@ -78,13 +78,14 @@
78
.link {
79
display: inline-flex;
80
flex-direction: row;
81
- align-items: center;
+ align-items: baseline;
82
gap: var(--padding);
83
}
84
a {
85
color: currentColor;
86
transition: transform 200ms;
87
88
+ align-items: center;
89
border-radius: var(--padding);
90
font-size: inherit;
91
@@ -188,13 +189,13 @@
188
189
190
.emoji {
191
display: flex;
- height: 1.5em;
192
- width: 1.5em;
+ height: 1.25em;
193
+ width: 1.25em;
194
border-radius: 50%;
195
padding: 0.25em;
196
justify-content: center;
197
align-items: center;
- font-size: 75%;
198
+ font-size: 60%;
199
box-shadow: var(--border) 1px 1px;
200
color: var(--background);
201
0 commit comments