Skip to content

Commit 657afd6

Browse files
committed
Fixed NASA being in the wrong location
1 parent 0437399 commit 657afd6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/pages/general/navigation/Navigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const Navigation = (): React.ReactElement => {
8383
onMouseEnter={handleMouseEnter}
8484
onMouseLeave={handleMouseLeave}>
8585
<NavDropdown
86-
title='Projects'
86+
title='Groups'
8787
id='projects-dropdown'
8888
show={showDropdown}
8989
className='nav-link'

src/pages/home/HomeStyles.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,11 @@ export default class HomeStyles {
125125
}
126126
127127
& > img {
128-
justify-self: end;
129-
max-width: 100%; /* never exceed its column */
130-
height: auto; /* keep aspect ratio on mobile */
128+
justify-self: right;
129+
max-width: 40%; /* never exceed its column */
130+
height: 40%; /* keep aspect ratio on mobile */
131+
padding-bottom: 20px; /* remove overflow-causing margins */
132+
131133
}
132134
133135
/* Stack on very small screens to avoid squish */

0 commit comments

Comments
 (0)