Skip to content

Commit

Permalink
fix: footer styling on tablet
Browse files Browse the repository at this point in the history
  • Loading branch information
nedpals committed Apr 4, 2024
1 parent 20c05ef commit cff3846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template-parts/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="container w-full xl:px-0 py-8 flex flex-col lg:flex-row items-center border-t border-white/20">
<img src="<?php devcon_msummit2024_get_asset_url('devcon_logo.png') ?>" />

<div class="flex mt-8 lg:my-0 lg:mx-auto flex-col-reverse md:flex-row items-center font-light text-gray-300">
<div class="mt-8 lg:my-0 lg:mx-auto flex flex-col-reverse lg:flex-row items-center font-light text-gray-300">
<p>&copy; 2024 DEVCON</p>

<div class="hidden lg:block h-6 w-[1px] mx-8 bg-gray-300"></div>
Expand All @@ -21,7 +21,7 @@
<?php wp_nav_menu([
'menu' => 'footer',
'menu_class' => 'footer-menu my-8',
'container_class' => 'mb-4 md:mb-0'
'container_class' => 'mb-4 lg:mb-0'
]) ?>
</div>

Expand Down

0 comments on commit cff3846

Please sign in to comment.