1
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:
2022-03-04 15:24:21 -05:00
parent 760607fddd
commit 9ac0b828d1
3 changed files with 12 additions and 16 deletions

View File

@@ -23,7 +23,7 @@ const Wrapper = styled("ul", {
const Item = styled("li", {
listStyle: "none",
display: "inline-flex",
display: "inline-block",
marginLeft: "1em",
"@medium": {