Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
lraithel15133 authored Feb 7, 2024
1 parent 0a961fa commit 39b7a20
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ nav > div:first-child {
border-bottom: 1px solid #333;
}

nav > div:second-child {
border-bottom: 1px solid #333;
}

nav > div:last-child {
border-top: 1px solid #333;
}
Expand All @@ -75,12 +79,12 @@ a:hover {

.logo {
align-self: center;
border-right: 1px solid #333;
padding: 30;
}

.logo img {
border-radius: 5%;
padding: .03em
}

@media (max-width: 600px) {
Expand All @@ -101,9 +105,21 @@ a:hover {

nav > div:first-child {
border-bottom: 1px solid #333;
border-left: 1px solid #333;
}

nav > div:second-child {
border-bottom: 1px solid #333;
border-left: 1px solid #333;
}

nav > div:second-child {
border-bottom: 1px solid #333;
border-left: 1px solid #333;
}

nav > div:last-child {
border-top: 1px solid #333;
border-top: 1px solid #333;
border-left: 1px solid #333;
}
}

0 comments on commit 39b7a20

Please sign in to comment.