Skip to content

Commit 321ee9b

Browse files
committed
fix(homepage-contributor-spotlight): add max-width
1 parent 59df415 commit 321ee9b

File tree

1 file changed

+1
-7
lines changed
  • components/homepage-contributor-spotlight

1 file changed

+1
-7
lines changed

components/homepage-contributor-spotlight/server.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222

2323
.homepage-contributor-spotlight__name {
24-
width: max-content;
24+
max-width: 100%;
2525

2626
padding: 0.125em 0.25em;
2727

@@ -103,9 +103,3 @@
103103
margin-left: -1.5em;
104104
}
105105
}
106-
107-
@media (--screen-menu-hamburger) {
108-
.homepage-contributor-spotlight__name {
109-
width: 100%;
110-
}
111-
}

0 commit comments

Comments
 (0)