Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Artlytical Media
Marthas Vineyard Museum Frontity
Commits
6e2d3119
Commit
6e2d3119
authored
Jan 28, 2021
by
David Rhoderick
Browse files
Fixing width of social media and newsletter section of
footer.
parent
d3b041d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/mvmuseum-theme/src/components/partials/newsletter-socialmedia.js
View file @
6e2d3119
...
...
@@ -51,7 +51,6 @@ export default connect(NewsletterSocialMedia);
const
NewsletterSocialMediaContainer
=
styled
.
div
`
width: 100%;
${
""
/* grid-template-rows: repeat(3, 1fr); */
}
position: relative;
z-index: 100;
background: white;
...
...
@@ -88,7 +87,7 @@ const NewsletterForm = styled.div`
const
StyledForm
=
styled
.
form
`
position: relative;
width:
25
%;
width:
33
%;
height: 1.5rem;
display: flex;
justify-content: center;
...
...
@@ -106,7 +105,7 @@ const StyledForm = styled.form`
position: absolute;
top: 0;
bottom: 0;
right: 0.
7
5rem;
right: 0.5rem;
heigth: 1.25rem;
width: 1.25rem;
cursor: pointer;
...
...
@@ -114,7 +113,7 @@ const StyledForm = styled.form`
}
${(
props
)
=>
props
.
theme
.
breakPoints
.
md
}
{
width:
50
%;
width:
67
%;
}
`
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment