Skip to content

Commit

Permalink
comments added
Browse files Browse the repository at this point in the history
  • Loading branch information
sau-mili authored May 25, 2024
1 parent 28853d5 commit 582c896
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/Dashboard/Dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
text-align: center;
background-color: #CAE7FE;
}

/*navbar css*/
.navbar {
display: flex;
position: fixed;
Expand All @@ -20,6 +20,7 @@
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
transition: 0.6s;
}
/*navbar scroll css*/
.navbar.fixed{
padding: 2px 0px;
background-color:rgba(178, 211, 229, 0.8);
Expand All @@ -43,7 +44,7 @@
.menu.show {
display: flex;
}

/*menu of navbar*/
.menu ul {
list-style: none;
padding: 0;
Expand Down Expand Up @@ -517,4 +518,4 @@
.colleges {
grid-template-columns: 1fr;
}
}
}

0 comments on commit 582c896

Please sign in to comment.