mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-18 16:05:33 -04:00
remove unnecessary flexboxes
This commit is contained in:
@@ -23,7 +23,7 @@ const Wrapper = styled("ul", {
|
||||
|
||||
const Item = styled("li", {
|
||||
listStyle: "none",
|
||||
display: "inline-flex",
|
||||
display: "inline-block",
|
||||
marginLeft: "1em",
|
||||
|
||||
"@medium": {
|
||||
|
Reference in New Issue
Block a user