File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments