We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59df415 commit 321ee9bCopy full SHA for 321ee9b
1 file changed
components/homepage-contributor-spotlight/server.css
@@ -21,7 +21,7 @@
21
}
22
23
.homepage-contributor-spotlight__name {
24
- width: max-content;
+ max-width: 100%;
25
26
padding: 0.125em 0.25em;
27
@@ -103,9 +103,3 @@
103
margin-left: -1.5em;
104
105
106
-
107
-@media (--screen-menu-hamburger) {
108
- .homepage-contributor-spotlight__name {
109
- width: 100%;
110
- }
111
-}
0 commit comments