Skip to content

Commit

Permalink
removed comments from the style
Browse files Browse the repository at this point in the history
Signed-off-by: balagowda <[email protected]>
  • Loading branch information
balagowda committed Dec 25, 2024
1 parent 9d62e6b commit 5c84291
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/sections/General/Navigation/navigation.style.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import styled from "styled-components";

const NavigationWrap = styled.header`
// position: sticky;
width: 100vw;
z-index: 9999;
top: 0;
Expand Down
1 change: 0 additions & 1 deletion src/sections/app.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ body {
transition-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
font-family: "Qanelas Soft", "Open Sans", sans-serif;
// overflow-x: hidden !important;
font-weight: 400 !important;
margin: 0;
padding: 0;
Expand Down

0 comments on commit 5c84291

Please sign in to comment.