Skip to content

Commit

Permalink
removing background
Browse files Browse the repository at this point in the history
Signed-off-by: Nate W <[email protected]>
  • Loading branch information
nate-double-u committed Jan 14, 2025
1 parent 9e3a72c commit aaa8238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/home/hero.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ $logoUrl := "img/logos/vitess.png" | relURL }}
{{ $title := site.Params.description | markdownify }}
<section class="hero has-background is-dark">
<section class="hero is-dark">
<div class="container">
<div class="hero-body has-text-centered">
<img class="title is-home-hero-logo" src="{{ $logoUrl }}">
Expand Down

0 comments on commit aaa8238

Please sign in to comment.