Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/aname2050/aos-web
Browse files Browse the repository at this point in the history
  • Loading branch information
aName2050 committed Nov 29, 2023
2 parents 1829c48 + 7a1635a commit 13ffd73
Show file tree
Hide file tree
Showing 3 changed files with 326 additions and 57 deletions.
7 changes: 5 additions & 2 deletions src/Client/CSS/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ nav.navbar {
height: 50px;
position: sticky;
text-align: center;
padding: 0;
margin: 0;
top: 0;
box-shadow: 0 7.5px 15px;
}

.bg-dark {
Expand Down Expand Up @@ -40,14 +44,13 @@ ul.nav-items > li.nav-item > a {
background-color: transparent;
text-decoration: none;
color: var(--light-blue);
padding: 19px 16px;
padding: 10px;
font-weight: 700;
transition: 0.3s;
width: 100%;
}

ul.nav-items > li.nav-item > a:hover {
background-color: var(--secondary);
color: var(--black);
}

Expand Down
Loading

0 comments on commit 13ffd73

Please sign in to comment.