New flock photo
This commit is contained in:
@@ -1764,7 +1764,7 @@ function App() {
|
||||
<section className="hero-card">
|
||||
<div>
|
||||
<p className="eyebrow">Dashboard</p>
|
||||
<h1>FlockPal dashboard</h1>
|
||||
<img className="dashboard-logo" src={flockPalLandingArt} alt="FlockPal" />
|
||||
</div>
|
||||
</section>
|
||||
) : 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;
|
||||
}
|
||||
|
||||
.dashboard-logo {
|
||||
display: block;
|
||||
width: min(320px, 100%);
|
||||
height: auto;
|
||||
border-radius: 22px;
|
||||
}
|
||||
|
||||
.page-tabs {
|
||||
display: grid;
|
||||
gap: 0.75rem;
|
||||
|
||||
Reference in New Issue
Block a user