Skip to content

Commit 0635235

Browse files
RoyEJohnsonCopilot
andauthored
Apply Copilot suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c79891c commit 0635235

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

src/app/components/Footer/Footer.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -442,11 +442,6 @@
442442
width: 3rem;
443443
}
444444

445-
/* Icon styles */
446-
.footer-icon {
447-
height: 1em;
448-
}
449-
450445
/* Footer logo */
451446
.footer-logo {
452447
height: 4.7rem;

src/app/components/NavBar/NavBar.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
text-decoration: none;
7878
font-weight: bold;
7979
padding: 1rem 0 0.6rem 0;
80-
color: var(--nav-text-color, #5f6163);
80+
color: var(--nav-text-color, #5e6062);
8181
animation: 100ms fadeIn ease-out;
8282
border-bottom: 0.4rem solid transparent;
8383
}
@@ -199,10 +199,10 @@
199199
white-space: nowrap;
200200
display: block;
201201
padding: 0 1rem;
202-
font-size: 1.4rem;
202+
font-size: 1.6rem;
203203
font-weight: normal;
204-
letter-spacing: -0.01rem;
205-
line-height: 2.5rem;
204+
letter-spacing: -0.032rem;
205+
line-height: 2.4rem;
206206
color: var(--nav-text-color, #5f6163);
207207
cursor: pointer;
208208
text-decoration: none;

0 commit comments

Comments
 (0)