Skip to content

Commit

Permalink
Update list.html
Browse files Browse the repository at this point in the history
  • Loading branch information
johannag126 authored Dec 5, 2024
1 parent 015b1f4 commit 968d36f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/hugo-hero-theme/layouts/research/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,11 @@
.menu-item-9:hover { background-color: #75b575; } /* Darker pastel green */

/* Position each menu item around the center, adjusted for more spacing */
.menu-item-1 { top: 0%; left: 50%; transform: translate(-50%, -50%); } /* Top center */
.menu-item-1 { top: -10%; left: 50%; transform: translate(-50%, -50%); } /* Top center */
.menu-item-2 { top: 20%; left: 84%; transform: translate(-80%, -80%); }
.menu-item-3 { top: 50%; left: 90%; transform: translate(-80%, -80%); }
.menu-item-4 { top: 85%; left: 84%; transform: translate(-80%, -80%); }
.menu-item-5 { top: 100%; left: 54%; transform: translate(-80%, -80%); }
.menu-item-5 { top: 110%; left: 54%; transform: translate(-80%, -80%); }
.menu-item-6 { top: 85%; left: 25%; transform: translate(-80%, -80%); }
.menu-item-7 { top: 60%; left: 15%; transform: translate(-50%, -50%); } /* Bottom left */
.menu-item-8 { top: 40%; left: 19%; transform: translate(-80%, -80%); }
Expand Down

0 comments on commit 968d36f

Please sign in to comment.