Skip to content

Commit

Permalink
Merge pull request #52 from Topledger/new-website
Browse files Browse the repository at this point in the history
New website
  • Loading branch information
urluckyturtle01 authored Feb 12, 2024
2 parents 842f938 + 0281418 commit ae29270
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pages/landing/components/CultureSection/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
position: relative;
color: #283d6d;
font-size: 2.5rem;
font-weight: 600;
font-weight: 700;
flex-wrap: wrap;
span {
position: relative;
Expand Down
12 changes: 8 additions & 4 deletions pages/landing/components/LandingHeroSection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ const LandingHeroSection = () => {
<p className={styles.description}>
<span>Powering the best</span>
<span className={styles.hiddenMobile}>
{" "}
in the
<span style={{
transform: 'translate(0px, 4px)',
display: 'inline-block',
margin: '0rem 0.25rem', }}>
<span
style={{
transform: "translate(0px, 4px)",
display: "inline-block",
margin: "0rem 0.25rem",
}}
>
<Image
src="/assets/images/landing/solanaLogo.svg"
width={96}
Expand Down
2 changes: 1 addition & 1 deletion pages/landing/components/OutcomesSection/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
.sectionTitle {
color: #283d6d;
font-size: 2.5rem;
font-weight: 600;
font-weight: 700;

@include mobile {
font-size: 1.5rem;
Expand Down
2 changes: 1 addition & 1 deletion styles/globals.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* @import url("http://fonts.cdnfonts.com/css/helvetica-neue-9"); */
/* @import url("/assets/font/HelveticaNeue.ttc"); */

Expand Down

0 comments on commit ae29270

Please sign in to comment.