Skip to content

Commit bee649e

Browse files
committed
Update image URL and improve responsive layout in index.html
Replaced outdated project image URL with an updated link in community_blazor_maplibre.md. Enhanced responsive design in index.html by refining CSS classes for improved flexibility and alignment on smaller screens.
1 parent b0c2a25 commit bee649e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/projects/community_blazor_maplibre.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Community.Blazor.MapLibre"
33
date: 2025-01-12
44
draft: false
5-
image: "https://camo.githubusercontent.com/c0693f00fad1a76a6eb819325629740bd2515cce0e14de723f55f51115caa494/68747470733a2f2f6d61706c696272652e6f72672f5f617374726f2f6d61706c696272652d6c6f676f2e77794c69554e64755f5a6367356d582e737667"
5+
image: "https://raw.githubusercontent.com/Yet-another-solution/Blazor.MapLibre/refs/heads/main/examples/Community.Blazor.MapLibre.Examples/wwwroot/img/examples/globe.png"
66
tech: "Blazor,JavaScript,MapLibre"
77
description: "C# Wrapper around a MapLibre GL JS library"
88
github: "https://github.com/Yet-another-solution/Blazor.MapLibre"

themes/yas-theme/layouts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h1 class="text-end display-3 fw-bolder">
4242
</div>
4343
</div>
4444
</div>
45-
<div class="row m-0 gap-1">
45+
<div class="row m-0 gap-1 flex-column flex-sm-row">
4646
<div class="light col rounded-3 d-none d-sm-inline-block">
4747

4848
</div>
@@ -53,7 +53,7 @@ <h1 class="text-end display-3 fw-bolder">
5353
</svg>
5454
</a>
5555
</div>
56-
<div class="col row gap-1">
56+
<div class="col d-flex m-0 p-0 gap-1 w-100">
5757
<div class="light col rounded-3 d-none d-sm-inline-block">
5858

5959
</div>

0 commit comments

Comments
 (0)