Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

Commit

Permalink
modified: _sass/_mobile-view.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
NrdyBhu1 committed Nov 16, 2020
1 parent be30373 commit 803345f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _sass/_mobile-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}

.sidebar{
height: 200px;
height: 100px;
width: 100%;
position: fixed;
top: 0;
Expand All @@ -75,7 +75,7 @@

.content{
position: relative;
top: 200px;
top: 100px;
left: 0;
width: 100%;
}
Expand All @@ -86,6 +86,6 @@

.fork{
position: fixed;
top: 200px;
top: 100px;
}
}

0 comments on commit 803345f

Please sign in to comment.