Skip to content

Commit fac4b54

Browse files
committed
Make CSS more specific
So grid space only affects the basic elements we want.
1 parent 47313d2 commit fac4b54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css/photonOptions.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ li {
8181
align-items: center;
8282
}
8383

84-
.line * {
84+
.line > * {
8585
/* https://design.firefox.com/photon/visuals/grid.html#spacing */
8686
margin: 0 8px 0 0;
8787
}

0 commit comments

Comments
 (0)