We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57eb7e2 commit b3b8878Copy full SHA for b3b8878
styles/pages/contactStyles.js
@@ -100,22 +100,14 @@ const YellowColon = styled.img`
100
`;
101
102
const ResponseMessage = styled.div`
103
- position: absolute;
104
- right: 8%;
+ position: unset;
105
bottom: -5%;
106
- margin: auto;
+ padding: 0 2rem;
107
108
${props => css`
109
- @media (min-width: ${props.theme.breakpoints.mobile}) {
110
- position: unset;
+ @media (min-width: ${props.theme.breakpoints.tablet}) {
+ position: absolute;
111
margin-top: 1rem;
112
- padding: 0 2rem;
113
- }
114
- `}
115
-
116
- ${props => css`
117
- @media (min-width: ${props.theme.breakpoints.smMobile}) {
118
- max-width: fit-content;
119
}
120
`}
121
0 commit comments