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 d8c50a1 commit b644935Copy full SHA for b644935
static/css/gridpage.css
@@ -23,7 +23,6 @@
23
min-height: 152px;
24
}
25
26
-
27
.gridPage p {
28
color: rgb(26,26,26);
29
margin-left: 0 !important;
@@ -289,6 +288,15 @@ section.bullets .content {
289
288
290
291
+@media screen and (max-width: 768px){
292
+ .launch-card {
293
+ width: 100%;
294
+ margin-bottom: 30px;
295
+ padding: 0;
296
+ min-height: auto;
297
+ }
298
+}
299
+
300
@media screen and (max-width: 640px){
301
.case-study {
302
width: 100%;
0 commit comments