Fix width issue for images in Floorp and IceCat
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Korbs 2024-06-07 23:57:14 -04:00
parent 2271aae4be
commit 07ebd6d06a
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ import {CheckCircleSolid, XmarkCircleSolid} from 'iconoir-react'
<div class="service">
<div class="service-icon">
<img src={Icon}/>
<img width="92" src={Icon}/>
{
()=> {
if (Status === "online") {

View file

@ -24,7 +24,7 @@ export const prerender = true;
<Default MobileTitle="Blog" NoSubHeader>
<slot slot="body">
<div class="blog-post">
<img class="blog-banner" src={post.data.image} />
<img width="100%" class="blog-banner" src={post.data.image} />
<h1>{post.data.title}</h1>
<p id="date">
<Calendar />