about styles
This commit is contained in:
@@ -106,7 +106,7 @@
|
|||||||
<div class="bio-portrait-placeholder" aria-hidden="true"></div>
|
<div class="bio-portrait-placeholder" aria-hidden="true"></div>
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
<div class="bio-caption">@member.Name · @member.Role</div>
|
<div class="bio-caption">@member.Role</div>
|
||||||
<div class="bio-meta">
|
<div class="bio-meta">
|
||||||
<div class="bio-name">@member.Name</div>
|
<div class="bio-name">@member.Name</div>
|
||||||
@if (!string.IsNullOrWhiteSpace(member.Bio))
|
@if (!string.IsNullOrWhiteSpace(member.Bio))
|
||||||
@@ -192,7 +192,7 @@
|
|||||||
ImageHeight="auto"
|
ImageHeight="auto"
|
||||||
ImageWidth="100%"
|
ImageWidth="100%"
|
||||||
ParallaxSpeed="0.35" />
|
ParallaxSpeed="0.35" />
|
||||||
<figcaption class="figure-caption">the live rig</figcaption>
|
<figcaption class="figure-caption">the studio rig</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -223,6 +223,8 @@
|
|||||||
|
|
||||||
@* Medium triptych — one-line frame of each medium; definitions, not a re-pitch.
|
@* Medium triptych — one-line frame of each medium; definitions, not a re-pitch.
|
||||||
A stacked editorial list rather than Home's card grid. *@
|
A stacked editorial list rather than Home's card grid. *@
|
||||||
|
<MudGrid Spacing="16">
|
||||||
|
<MudItem xs="12" md="6">
|
||||||
<ul class="medium-list">
|
<ul class="medium-list">
|
||||||
<li class="medium-row">
|
<li class="medium-row">
|
||||||
<a href="/cuts">
|
<a href="/cuts">
|
||||||
@@ -243,15 +245,18 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</MudItem>
|
||||||
@* The live turn — "on the street, in the swamp": the identity beyond releases.
|
@* The live turn — "on the street, in the swamp": the identity beyond releases.
|
||||||
A left-breaking pull-quote at large serif scale. *@
|
A left-breaking pull-quote at large serif scale. *@
|
||||||
|
<MudItem xs="12" md="6">
|
||||||
<blockquote class="pull-quote">
|
<blockquote class="pull-quote">
|
||||||
<span class="pull-eyebrow">Beyond the Releases</span>
|
<span class="pull-eyebrow">Beyond the Releases</span>
|
||||||
<p>
|
<p>
|
||||||
But that's just the releases. We're also out there — on the street, in the swamp, with a PA, a generator, and a bunch of good vibes.
|
But that's just the releases. We're also out there — on the street, in the swamp, with a PA, a generator, and a bunch of good vibes.
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
</MudItem>
|
||||||
|
</MudGrid>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -271,7 +271,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bio-portrait {
|
.bio-portrait {
|
||||||
width: 100%;
|
width: 80%;
|
||||||
aspect-ratio: 1 / 1;
|
aspect-ratio: 1 / 1;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border: 1px solid var(--deepdrft-border);
|
border: 1px solid var(--deepdrft-border);
|
||||||
@@ -484,7 +484,6 @@
|
|||||||
/* The sharp pull-quote — breaks LEFT into the rail margin at large serif scale. */
|
/* The sharp pull-quote — breaks LEFT into the rail margin at large serif scale. */
|
||||||
.pull-quote {
|
.pull-quote {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-left: -7rem;
|
|
||||||
max-width: 70ch;
|
max-width: 70ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user