File tree Expand file tree Collapse file tree
Projects/Breathe Meditation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- @import url (' https://fonts.googleapis.com/css?family=Montserrat&display=swap' );
1+ @import url (" https://fonts.googleapis.com/css?family=Montserrat&display=swap" );
22
33* {
44 box-sizing : border-box;
77body {
88 background : # 111111 ;
99 color : # fff ;
10- font-family : ' Montserrat' , sans-serif;
10+ font-family : " Montserrat" , sans-serif;
1111 min-height : 90vh ;
1212 overflow : hidden;
1313 display : flex;
2727 transform : scale (1 );
2828}
2929
30- h1 {
30+ h1 {
3131 margin-top : 50px ;
3232 font-size : 40px ;
3333}
115115 to {
116116 transform : scale (1 );
117117 }
118- }
118+ }
119+
120+ @media (max-width : 678px ) {
121+ .pointer-container {
122+ top : -42px ;
123+ left : 64px ;
124+ width : 20px ;
125+ height : 118px ;
126+ }
127+
128+ .container {
129+ height : 150px ;
130+ width : 150px ;
131+ }
132+
133+ .gradient-circle {
134+ height : 170px ;
135+ width : 170px ;
136+ }
137+
138+ .pointer {
139+ height : 15px ;
140+ width : 15px ;
141+ }
142+ }
You can’t perform that action at this time.
0 commit comments