Browse code

Created repository.

DoubleBastionAdmin authored on 02/03/2022 00:26:46
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,48 @@
1
+@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
2
+  #icon-carousel {
3
+    @size: 200px;
4
+    font-size: @size;
5
+    line-height: @size + 30;
6
+  }
7
+  .carousel-control {
8
+    top: @size - 10px;
9
+    .square(30px);
10
+    left: 228/2 - 36px;
11
+    &.right {
12
+      right: 228/2 - 36px;
13
+    }
14
+  }
15
+
16
+  .jumbotron-carousel {
17
+    padding: 50px 0;
18
+    h1 { font-size: 65px; }
19
+    p { font-size: 23px; }
20
+    .shameless-self-promotion { font-size: 12px; }
21
+  }
22
+
23
+  .jumbotron-ad {
24
+    p { font-size: 24px; }
25
+  }
26
+
27
+  .jumbotron-icon {
28
+    h1 small {
29
+      display: block;
30
+      margin-top: 15px;
31
+      margin-left: 0;
32
+      line-height: 20px;
33
+    }
34
+  }
35
+
36
+  .stripe-ad .lead {
37
+    margin: 0;
38
+    padding-top: 0;
39
+    font-size: 19px;
40
+  }
41
+
42
+  .fort-awesome {
43
+    .action { width: 33%; }
44
+  }
45
+
46
+  .hide-sm { display: none; }
47
+  .v-get-started .get-started-cdn { padding: 5px 22px 22px 22px; }
48
+}