fix: incorrect text sizes on build copy

Co-authored-by: Isaac <contact@eartharoid.me>
This commit is contained in:
alexsparkes
2024-05-28 17:05:44 +01:00
parent e1e69a40bb
commit 51fecea7f3
6 changed files with 11 additions and 1 deletions

View File

@@ -151,6 +151,7 @@
width: 100%;
max-width: 650px !important;
word-wrap: break-word !important;
font-size: 16px;
}
}

View File

@@ -33,6 +33,7 @@ p.description {
box-shadow: t($boxShadow);
}
font-size: 18px;
padding: 7px;
border-radius: 100%;
}
@@ -40,6 +41,7 @@ p.description {
.text {
display: flex;
flex-flow: column;
font-size: medium;
}
}
@@ -122,11 +124,13 @@ p.description {
box-shadow: t($boxShadow);
}
font-size: 18px;
padding: 7px;
border-radius: 100%;
}
.text {
font-size: medium;
display: flex;
flex-flow: column;
}

View File

@@ -2,6 +2,7 @@
max-width: 75%;
margin-top: 15px;
white-space: pre-wrap;
font-size: 18px;
a {
color: var(--modal-link);

View File

@@ -390,6 +390,7 @@
display: flex;
align-items: center;
gap: 20px;
font-size: 13px;
svg {
@include themed {

View File

@@ -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>

View File

@@ -64,6 +64,7 @@
display: inline;
overflow: hidden;
white-space: nowrap;
font-size: 18px;
.step {
display: inline-block;