Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Karan Singh Thakur <[email protected]>
  • Loading branch information
thisiskaransgit committed Aug 15, 2023
1 parent 578d97d commit 1bad99f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _sass/integrations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
outline: none;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
margin: 0 5px;
margin: 10px 5px;
padding: 8px 18px;
cursor: pointer;
color: var(--color-primary-qtext);
Expand Down
4 changes: 2 additions & 2 deletions _sass/navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ a.nav-text:hover {

& .nav-list{
position: absolute;
width: 100%;
left:0;
width: 90%;
right: 0;
background: transparent;
background-color: var(--color-primary-light);
max-height: 400px;
Expand Down

0 comments on commit 1bad99f

Please sign in to comment.