Skip to content

Commit

Permalink
Merge pull request #202 from persistenceOne/power_page
Browse files Browse the repository at this point in the history
fix: update summary page
  • Loading branch information
blackpanther1881 authored Dec 1, 2022
2 parents eb5a5d8 + 8bcd62a commit 830ca6d
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 53 deletions.
98 changes: 51 additions & 47 deletions src/assets/scss/style.css

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

2 changes: 1 addition & 1 deletion src/assets/scss/style.css.map

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions src/assets/scss/views/_summary.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,30 @@
.content{
.title{
font-weight: 700;
font-size: 24px;
font-size: 26px;
line-height: 1.5;
display: flex;
align-items: center;
color: #FFFFFF;
margin-bottom: 1rem
margin-bottom: 1rem;
}
.data{
margin-bottom: 2.5rem;
.data-heading{
font-weight: 600;
font-size: 20px;
font-size: 22px;
line-height: 25px;
letter-spacing: 0.15668px;
color: #FFFFFF;
margin-bottom: 1.25rem;
margin-top: 1.5rem;
}
.sub-heading{
font-weight: 500;
font-size: 16px;
font-size: 20px;
line-height: 24px;
color: #FFFFFF;
margin-top: 1.5rem;
}
p, ul li, ol li{
font-weight: 300;
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const Footer = (props) => {
<li><a href="https://angel.co/company/persistence-one-1" target="_blank"
rel="noopener noreferrer">Careers</a></li>
<li><a href="http://mediakit.persistence.one/" target="_blank"
rel="noopener noreferrer">Press & Media</a></li>
rel="noopener noreferrer">Media Kit</a></li>
<li><a href="/summary"
rel="noopener noreferrer">Summary</a></li>
</ul>
Expand Down

0 comments on commit 830ca6d

Please sign in to comment.