fix ppp & switch to adapter-auto
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<a href={data.path}>
|
||||
<div class="card">
|
||||
{#if data.image}
|
||||
<img src=/img/net7.png class="image" alt={""} />
|
||||
<img src="/img/net7.png" class="image" alt={''} />
|
||||
{/if}
|
||||
<h2>{data.title}</h2>
|
||||
{#if data.description}
|
||||
@@ -66,7 +66,7 @@
|
||||
padding: 0.25rem 0.5rem;
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
|
||||
|
||||
.image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user