From 6f8ca449843557169aff98b355854ffec56b3f7d Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 1 Jun 2020 23:24:36 -0500 Subject: [PATCH] Homepage css fixes --- app/soapbox/features/public_layout/index.js | 21 +- app/styles/about.scss | 716 +++++++++++++++++++- app/styles/containers.scss | 691 ------------------- app/styles/forms.scss | 4 +- 4 files changed, 727 insertions(+), 705 deletions(-) diff --git a/app/soapbox/features/public_layout/index.js b/app/soapbox/features/public_layout/index.js index 737220c47..afc04b51f 100644 --- a/app/soapbox/features/public_layout/index.js +++ b/app/soapbox/features/public_layout/index.js @@ -13,6 +13,12 @@ const mapStateToProps = (state, props) => ({ soapbox: state.get('soapbox'), }); +const wave = ( + + + +); + class PublicLayout extends ImmutablePureComponent { render() { @@ -21,12 +27,15 @@ class PublicLayout extends ImmutablePureComponent { return (
-
-
- - - - +
+ {wave} +
+
+ + + + +