Skip to content

Commit

Permalink
fixed minor error
Browse files Browse the repository at this point in the history
  • Loading branch information
enzoarguello512 committed Mar 25, 2021
1 parent 07e041e commit 2956b28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@
<section class="container-xxl">
<div class="text-center my-2">
<a class="d-none d-lg-inline" href="views/about/blog.html">
<h1 class="h1-title h-underline">News &#38; Events</h1>
<h1 class="h1-title h-underline d-inline">News &#38; Events</h1>
</a>
<a class="d-block d-lg-none" href="views/about/blog.html">
<h1 class="h1-title h-underline">Events</h1>
<a class="d-inline d-lg-none" href="views/about/blog.html">
<h1 class="h1-title h-underline d-inline">Events</h1>
</a>
</div>
</section>
Expand All @@ -166,7 +166,7 @@ <h1 class="h1-title h-underline">Events</h1>
<div class="d-flex align-items-center justify-content-center flex-column min-h-540px">
<!--main row with carousel start-->
<div class="row min-h-312px">
<div class="col-md-12">
<div class="col-md-12 mb-3 mb-lg-auto">
<div id="news-carousel" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators d-none d-md-flex mb-0 mb-lg-1 m-reset-rl bg-dark rounded">
<button type="button" data-bs-target="#news-carousel" data-bs-slide-to="0" class="active"
Expand Down Expand Up @@ -291,7 +291,7 @@ <h5 class="text-truncate mx-5">White breakfast</h5>
<!---------col-1 end----------->

<!---------col-2 start---------->
<div class="col-12 col-lg-5 p-auto ps-lg-0 my-2 mx-auto min-h-208px">
<div class="col-12 col-lg-5 p-auto ps-lg-0 my-3 my-lg-2 mx-auto min-h-208px">
<a class="d-block d-lg-none" href="views/recipes/healthy-recipes.html">
<h1 class="text-center h1-title">News recipes</h1>
</a>
Expand Down
File renamed without changes.

1 comment on commit 2956b28

@vercel
Copy link

@vercel vercel bot commented on 2956b28 Mar 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.