Skip to content

Commit

Permalink
feat(ui): change logo and footer styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nimdanitro committed Feb 2, 2024
1 parent bdca12b commit f747093
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $link-hover: hsl(18, 100%, 52%);
$section-padding: 0.5rem 0.5rem;
$section-padding-desktop: 0.5rem 3rem;

$footer-padding: 1rem 1.5rem 0.5rem;
$footer-padding: 0.5rem 1rem 0.5rem;
$modal-content-width: 80vw;
$message-body-padding: 1rem 1rem 0rem 1rem;
$tabs-border-bottom-width: 2px;
Expand Down
5 changes: 1 addition & 4 deletions src/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function Footer() {
return (
<footer className="footer has-background-white-bis is-hidden-print">
<div className="content has-text-centered">
<p>
<p className="is-size-7 is-family-monospace">
Made with <FontAwesomeIcon icon={faHeart} color="red" /> in Switzerland by <strong>F-ELD</strong>
</p>
</div>
Expand Down

0 comments on commit f747093

Please sign in to comment.