Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32321637
D8082.1765301190.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D8082.1765301190.diff
View Options
diff --git a/landing/footer.css b/landing/footer.css
--- a/landing/footer.css
+++ b/landing/footer.css
@@ -1,4 +1,6 @@
footer.wrapper {
+ display: flex;
+ justify-content: center;
background: rgba(235, 235, 235, 0.05);
backdrop-filter: blur(12px);
position: sticky;
@@ -6,39 +8,11 @@
}
.contentWrapper {
- max-width: 1850px;
- margin-left: auto;
- margin-right: auto;
- display: grid;
- padding: 50px 0;
- grid-template-columns: 40px repeat(12, 1fr) 40px;
- column-gap: 1.5%;
- align-items: center;
- grid-template-areas: '. nav nav nav . . . sub sub sub sub sub sub .';
-}
-
-@media screen and (max-width: 1099px) {
- .contentWrapper {
- grid-template-columns: 16px repeat(6, 1fr) 16px;
- grid-template-rows: 1fr 1fr;
- column-gap: 1.5%;
- grid-template-areas:
- '. sub sub sub sub sub sub . '
- '. nav nav nav nav nav nav . ';
- }
-
- .submissionForm form {
- display: flex;
- flex-direction: column;
- }
-
- .submissionForm form input {
- margin-bottom: 24px;
- }
+ width: 1850px;
+ padding: 48px 32px;
}
.navigation {
- grid-area: nav;
display: flex;
flex-direction: column;
}
@@ -73,7 +47,3 @@
font-size: 28px;
padding-bottom: 16px;
}
-
-.submissionForm {
- grid-area: sub;
-}
diff --git a/landing/footer.react.js b/landing/footer.react.js
--- a/landing/footer.react.js
+++ b/landing/footer.react.js
@@ -6,7 +6,6 @@
import { NavLink } from 'react-router-dom';
import css from './footer.css';
-import SubscriptionForm from './subscription-form.react.js';
const navLinkProps = {
activeStyle: {
@@ -58,9 +57,6 @@
/>
</a>
</div>
- <div className={css.submissionForm}>
- <SubscriptionForm />
- </div>
</div>
</footer>
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 9, 5:26 PM (7 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5856112
Default Alt Text
D8082.1765301190.diff (1 KB)
Attached To
Mode
D8082: [landing] remove subscription form from footer
Attached
Detach File
Event Timeline
Log In to Comment