Skip to content

Commit 412432c

Browse files
committed
fix demo gif with responsiveness... again
Signed-off-by: Jess Chitas <[email protected]>
1 parent 01961d7 commit 412432c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/App.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,11 @@
147147
align-self: center;
148148
justify-self: center;
149149
width: 100%;
150-
@media screen and (max-width: 768px) {
151-
width: 125%;
152-
}
153150
}
154151

155152
/* ------------------------------ About Section ----------------------------- */
156153

157-
.about, .demo {
154+
.about {
158155
padding: 10%;
159156
@media screen and (max-width: 1024px) {
160157
padding: 15% 10%;
@@ -250,6 +247,9 @@
250247
.about-graphic-4 {
251248
width: 18vw;
252249
margin-top: 1vh;
250+
@media screen and (max-width: 1024px) {
251+
width: 75vw;
252+
}
253253
}
254254

255255
.about-text-1,

0 commit comments

Comments
 (0)