Skip to content

Commit

Permalink
CSS fixes:
Browse files Browse the repository at this point in the history
- remove body margin
- add body bg color
- removed burger menu display from state
  • Loading branch information
thamudi committed Apr 24, 2021
1 parent f8d40d3 commit dc57c7a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions styles/smacss/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ p {
color: whitesmoke;
}

body{
background-color: #151617;
margin: 0;
}

header, a {
transition: 1s ease;
}
Expand Down
1 change: 1 addition & 0 deletions styles/smacss/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ p.abs-class {
*/

.burger {
display: none;
z-index: 1;
position: fixed;
cursor: pointer;
Expand Down
4 changes: 1 addition & 3 deletions styles/smacss/state.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ textarea:focus {
transition: 2s ease;
}

.burger {
display: none;
}


.white-smoke:hover {
color: #00c8ff;
Expand Down

0 comments on commit dc57c7a

Please sign in to comment.