Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
0rigin-c0de committed Apr 17, 2023
1 parent 0d860cd commit e3e3db1
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ button:focus {
height: 100vh;
}

/* .sidebar--note {
.sidebar--note {
display: flex;
} */
}

.sidebar--header {
display: flex;
Expand Down Expand Up @@ -207,7 +207,6 @@ button:focus {
background: linear-gradient(to right, #182848, #4b6cb7);
}

/* Make it responsive */
@media (max-width: 768px) {
.no-notes {
padding: 2rem;
Expand All @@ -232,7 +231,7 @@ button:focus {
font-size: 1rem;
cursor: pointer;
transition: background-color 0.2s ease-in-out;
margin-left: -8rem;
margin-left: -4rem;
}
.user-avatar {
width: 30px;
Expand All @@ -256,5 +255,9 @@ button:focus {
}

.sidebar-tittle{
margin-left: -4rem;
}
margin-left: -2rem;
}




0 comments on commit e3e3db1

Please sign in to comment.