Skip to content

Commit cd6d37d

Browse files
committed
update
1 parent 3b9f011 commit cd6d37d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ section {
232232
}
233233

234234
.portfolio__contact {
235+
flex-shrink: 0;
235236
display: flex;
236237
align-items: center;
237238
justify-content: center;
@@ -260,11 +261,11 @@ section {
260261
bottom: 125%;
261262
left: 50%;
262263
transform: translateX(-50%);
263-
padding: var(--space-3xs);
264+
padding: var(--space-2xs) var(--space-xs);
264265
font-size: var(--text-3xs);
265266
color: var(--fg-color-primary);
266267
background-color: var(--accent-color-secondary);
267-
border-radius: var(--rounded-3xs);
268+
border-radius: var(--rounded-xs);
268269
visibility: hidden;
269270
white-space: nowrap;
270271
z-index: 10;

0 commit comments

Comments
 (0)