Skip to content

Commit

Permalink
removed unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
maitrakhatri committed Mar 24, 2022
1 parent 39de30e commit 699273d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion CSS/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
@import url(./Components/list/list.css);
@import url(./Components/modal/modal.css);
@import url(./Components/toast/toast.css);
@import url(./utils.css);

/* FONT */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');
Expand Down
4 changes: 1 addition & 3 deletions docs/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,8 @@ main {
height: 100%;
width: 8rem;
display: flex;
flex-direction: column;
gap: .65rem;
flex-direction: column;
margin-left: 2rem;
/* margin-top: 2rem; */
margin-bottom: 1rem;
}

Expand Down

0 comments on commit 699273d

Please sign in to comment.