Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehranalam authored Mar 7, 2024
1 parent 6a37039 commit 4fbe19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1 class="text-white">{{ .title | markdownify }}</h1>
<div class="container-fluid p-0">
<div class="row no-gutters">
<div align="center" class="col-xl-4 col-lg-5 align-self-start">
<img style="border-bottom-right-radius: 35px; border-bottom-left-radius: 35px" class="img-fluid w-90" src="{{ .image | absURL }}" alt="banner-feature">
<img style="border-bottom-right-radius: 35px; border-bottom-left-radius: 35px;" class="img-fluid w-90" src="{{ .image | absURL }}" alt="banner-feature">
</div>
<div class="col-xl-8 col-lg-7">
<div class="row feature-blocks bg-gray justify-content-between">
Expand Down

0 comments on commit 4fbe19d

Please sign in to comment.