Skip to content

Commit 28ed2ab

Browse files
Merge pull request #1775 from Ashutoshbind15/bug/responsive-meditations
add responsiveness to the meditations app
2 parents 66aa86e + 12e19b6 commit 28ed2ab

1 file changed

Lines changed: 28 additions & 4 deletions

File tree

Projects/Breathe Meditation/style.css

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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;
@@ -7,7 +7,7 @@
77
body {
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;
@@ -27,7 +27,7 @@ body {
2727
transform: scale(1);
2828
}
2929

30-
h1{
30+
h1 {
3131
margin-top: 50px;
3232
font-size: 40px;
3333
}
@@ -115,4 +115,28 @@ h1{
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+
}

0 commit comments

Comments
 (0)