File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 23
23
padding : 0 max (6.5% , calc (50vw - 50rem ));
24
24
align-items : center ;
25
25
user-select : none ;
26
- position : absolute ;
27
26
display : flex ;
28
- bottom : 2rem ;
29
27
gap : 1rem ;
30
- left : 0 ;
31
28
}
32
29
33
30
@media screen and (max-width : 767px ) {
34
31
.social-host {
35
- left : 0 ;
36
32
width : 100% ;
37
33
display : flex ;
38
34
flex-wrap : wrap ;
Original file line number Diff line number Diff line change 129
129
<Wave />
130
130
131
131
<style >
132
+ main {
133
+ display : flex ;
134
+ flex-direction : column ;
135
+ gap : 1.5rem ;
136
+ }
132
137
.wrap {
133
138
margin-inline : auto ;
134
139
width : min (87% , 100rem );
135
140
margin-top : 7rem ;
136
141
}
137
142
.wrappezoid {
138
- height : calc (100vh - 120 px );
143
+ height : calc (100vh - 225 px );
139
144
display : flex ;
140
145
flex-direction : row ;
141
146
justify-content : center ;
You can’t perform that action at this time.
0 commit comments