Skip to content

Commit

Permalink
tweak: prevents header links overflow in small screens (#2838)
Browse files Browse the repository at this point in the history
tweak: prevents hear links overflow in small screens
  • Loading branch information
ArnavK-09 authored Jun 7, 2024
1 parent a287f72 commit a2c536b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landing/src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import ShepherdHeader from '../images/shepherd-header.svg';
class="bg-grey-light flex flex-col font-heading justify-center items-center w-full"
>
<nav
class="flex justify-center p-4 mt-40 max-w-8xl text-xl w-full lg:justify-between lg:mt-0"
class="flex flex-wrap justify-center p-4 mt-40 max-w-8xl text-xl w-full lg:justify-between lg:mt-0"
>
<div class="flex lg:p-12">
<a
Expand Down

0 comments on commit a2c536b

Please sign in to comment.