We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3671391 commit 01961d7Copy full SHA for 01961d7
src/App.css
@@ -102,7 +102,7 @@
102
103
/* ----------------------------- Install Section ---------------------------- */
104
105
-.install-info {
+.install-info, .demo-info {
106
padding: 10%;
107
@media screen and (max-width: 1024px) {
108
font-size: medium;
@@ -140,6 +140,18 @@
140
}
141
142
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
155
/* ------------------------------ About Section ----------------------------- */
156
157
.about, .demo {
0 commit comments