File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
src/sections/Home/Playground-home Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ const ViewsSectionWrapper = styled.div`
55
55
height: 500px;
56
56
justify-content: space-evenly;
57
57
align-items: center;
58
- padding: 0 5% 0 0;
58
+ padding: 0 0 0 0;
59
59
box-sizing: border-box;
60
60
//box-shadow: ${ ( props ) => props . theme . boxShadowBlue477E96 } ;
61
61
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
@@ -65,18 +65,32 @@ const ViewsSectionWrapper = styled.div`
65
65
text-align: center;
66
66
flex-direction: column-reverse;
67
67
}
68
+
69
+ @media only screen and (max-width: 450px) {
70
+ height: 600px;
71
+ }
72
+
73
+ @media only screen and (max-width: 296px) {
74
+ height: 800px;
75
+ }
68
76
}
69
77
.hero-text {
70
78
display: flex;
71
79
flex-direction: column;
72
80
flex: 0 0 50%;
73
81
max-width: 50%;
74
82
padding-bottom: 3rem;
83
+ padding-left: 1rem;
75
84
@media only screen and (max-width: 767px) {
76
85
max-width: 100%;
77
86
justify-content: center;
78
87
text-align: center;
79
88
}
89
+
90
+ @media only screen and (max-width: 450px) {
91
+ margin-top: 200px;
92
+ }
93
+
80
94
}
81
95
82
96
.hero-image {
You can’t perform that action at this time.
0 commit comments