Skip to content

Commit

Permalink
Fix design
Browse files Browse the repository at this point in the history
  • Loading branch information
julien committed Sep 12, 2023
1 parent 6f3fe77 commit 370d0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/next/layouts/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ partial "header.html" . }}

<!-- Hero -->
<section class="relative flex items-center justify-center overflow-hidden bg-gray-400 h-600 sm:h-screen md:min-h-920 md:max-h-1080">
<section class="relative flex items-center justify-center overflow-hidden bg-gray-400 h-600 sm:min-h-920 sm:h-screen md:max-h-1080">
<img alt="" src="{{ .Site.BaseURL }}images/home-top.jpg" width="" class="absolute max-w-none h-600 sm:h-full xl:h-auto xl:max-w-full xl:top-0 xl:w-full xl:bg-cover" draggable="false" />

<div class="absolute flex flex-col items-center w-full h-full bg-transparent-black justify-center">
Expand Down

0 comments on commit 370d0ce

Please sign in to comment.