Skip to content

Commit

Permalink
fix: fix CSS issues
Browse files Browse the repository at this point in the history
- top mobile banner margin & border radius was incorrect
- fix spacing issue in footer links
  • Loading branch information
raphael0202 committed Oct 26, 2023
1 parent 7e6643d commit 4755422
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions scss/_off.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1283,6 +1283,12 @@ $section-cyan: #008c8c;
}
}

// Top banner to download mobile app
#mobile-app-top-banner {
margin: 0;
border-radius: 0;
}

.footer_social_icon {
height: 24px;
vertical-align: middle;
Expand Down Expand Up @@ -1463,6 +1469,17 @@ $section-cyan: #008c8c;
}


// Contribute and discover footer

#contribute_and_discover_links_block {
padding-left: 1rem;
padding-right: 1rem;

p {
margin-bottom: 0.5rem;
}
}

// Title with Plus Jakarta Sans, according to brand guidelines
.emphasized-title {
font-family: "Plus Jakarta Sans", $font-family-sans-serif;
Expand Down

0 comments on commit 4755422

Please sign in to comment.