Skip to content

Commit

Permalink
minor tweak to font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
horatiorosa committed Aug 26, 2024
1 parent 4af628a commit fbc7f1c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions app/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ h1, h2, h3, h4, h5 {
color: #d96b27;
}

.warning-wrapper {
font-size: 1.3em;
}
.warning-copy {
color: #FFF;
text-decoration: underline;
Expand Down
2 changes: 1 addition & 1 deletion app/capitalprojects/LandingPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class LandingPage extends React.Component {
</div>
</div>
</div>
<div>
<div className="warning-wrapper">
The NYC Capital Projects component of NYC DCP&#39;s Capital
Planning Explorer is no longer being updated with the latest
data. To download the latest Capital Projects data, please
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fbc7f1c

Please sign in to comment.