mirror of
https://github.com/mue/mue.git
synced 2026-07-14 20:43:54 +02:00
fix: incorrect text sizes on build copy
Co-authored-by: Isaac <contact@eartharoid.me>
This commit is contained in:
@@ -390,6 +390,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
font-size: 13px;
|
||||
|
||||
svg {
|
||||
@include themed {
|
||||
|
||||
@@ -377,7 +377,9 @@ class About extends PureComponent {
|
||||
{!!this.state.loading ? <p>{this.state.loading}</p> : <></>}
|
||||
<ul>
|
||||
{this.state.curators.map((name) => (
|
||||
<li key={name}>{name}</li>
|
||||
<li key={name} className="subtitle-photographers">
|
||||
{name}
|
||||
</li>
|
||||
))}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
display: inline;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
font-size: 18px;
|
||||
|
||||
.step {
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user