Skip to content

Commit 01961d7

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

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/App.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102

103103
/* ----------------------------- Install Section ---------------------------- */
104104

105-
.install-info {
105+
.install-info, .demo-info {
106106
padding: 10%;
107107
@media screen and (max-width: 1024px) {
108108
font-size: medium;
@@ -140,6 +140,18 @@
140140
}
141141
}
142142

143+
/* ------------------------------ Demo Section ------------------------------ */
144+
145+
.demo-gif {
146+
display: flex;
147+
align-self: center;
148+
justify-self: center;
149+
width: 100%;
150+
@media screen and (max-width: 768px) {
151+
width: 125%;
152+
}
153+
}
154+
143155
/* ------------------------------ About Section ----------------------------- */
144156

145157
.about, .demo {

0 commit comments

Comments
 (0)