We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b1641 commit a07e0afCopy full SHA for a07e0af
src/components/HeaderBarebone/styles.tsx
@@ -9,10 +9,10 @@ export const HeaderWrapper = styled.div`
9
position: relative;
10
display: flex;
11
justify-content: center;
12
+ padding: 0 32px;
13
14
@media screen and (max-width: 1200px) {
15
width: 100% !important;
- padding-right: 0 !important;
16
}
17
18
@media screen and (max-width: 767px) {
@@ -76,13 +76,10 @@ export const Box = styled.div`
76
padding: 16px;
77
margin: 16px;
78
backdrop-filter: blur(14px);
79
+ width: 100%;
80
max-width: 650px;
81
z-index: 1;
82
- @media screen and (max-width: 1200px) {
83
- max-width: 100%;
84
- }
85
-
86
87
position: static;
88
bottom: auto;
0 commit comments