added styling for mobile elements

This commit is contained in:
Shahed Nasser
2022-04-22 15:44:54 +03:00
parent c1afef4641
commit 97fb5ed171
3 changed files with 3 additions and 3 deletions
-2
View File
@@ -41,7 +41,6 @@ const Topbar = ({ data, api }) => {
left: "0",
right: "0",
zIndex: "100",
backgroundColor: "light",
},
}}
>
@@ -65,7 +64,6 @@ const Topbar = ({ data, api }) => {
fontWeight: "500",
flexGrow: "1",
px: "0",
backgroundColor: "light",
transition: "all .1s ease-in-out",
"&:focus": {
outline: "none !important",