New flock photo
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 690 KiB |
@@ -1764,7 +1764,7 @@ function App() {
|
|||||||
<section className="hero-card">
|
<section className="hero-card">
|
||||||
<div>
|
<div>
|
||||||
<p className="eyebrow">Dashboard</p>
|
<p className="eyebrow">Dashboard</p>
|
||||||
<h1>FlockPal dashboard</h1>
|
<img className="dashboard-logo" src={flockPalLandingArt} alt="FlockPal" />
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
) : null}
|
) : null}
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 614 KiB After Width: | Height: | Size: 690 KiB |
@@ -294,6 +294,13 @@ textarea {
|
|||||||
max-width: 12ch;
|
max-width: 12ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dashboard-logo {
|
||||||
|
display: block;
|
||||||
|
width: min(320px, 100%);
|
||||||
|
height: auto;
|
||||||
|
border-radius: 22px;
|
||||||
|
}
|
||||||
|
|
||||||
.page-tabs {
|
.page-tabs {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: 0.75rem;
|
gap: 0.75rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user