File tree Expand file tree Collapse file tree 2 files changed +23
-9
lines changed Expand file tree Collapse file tree 2 files changed +23
-9
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,12 @@ <h4 class="text-center">
109
109
< div class ="col-12 text-center ">
110
110
< br >
111
111
< br >
112
- < img src ="{% static 'images/Partner-Logos.png' %} " id ="customer-logos " alt ="Customer Logos ">
112
+ < img src ="{% static 'images/Partner-Logos.png' %} " id ="customer-logos " class ="d-none d-sm-inline-block "
113
+ alt ="Customer Logos ">
114
+ < img src ="{% static 'images/Partner-Logos-mobile.png' %} " id ="customer-logos-mobile "
115
+ class ="d-inline-block d-sm-none " alt ="Customer Logos Mobile ">
116
+ < img src ="{% static 'images/Partner-Logos-mobile-2.png' %} " id ="customer-logos-mobile-2 "
117
+ class ="d-inline-block d-sm-none " alt ="Customer Logos Mobile 2 ">
113
118
</ div >
114
119
</ div >
115
120
</ div >
@@ -123,7 +128,7 @@ <h4 class="text-center">
123
128
< h4 > Plans</ h4 >
124
129
< br >
125
130
</ div >
126
- < div class ="col-12 col-md-6 ">
131
+ < div class ="col-12 col-md-6 col-lg-4 offset-lg-2 ">
127
132
<!-- <div class="text-center justify-content-center"> -->
128
133
< div class ="card border-primary plan-card text-center ">
129
134
< div class ="card-header plan-card-header "> Get Started
@@ -155,7 +160,7 @@ <h5 class="card-title">FREE</h5>
155
160
</ div >
156
161
</ div >
157
162
</ div >
158
- < div class ="col-12 col-md-6 ">
163
+ < div class ="col-12 col-md-6 col-lg-4 ">
159
164
< div class ="card border-primary plan-card text-center ">
160
165
< div class ="card-header plan-card-header ">
161
166
< span class ="material-icons align-top "> stars</ span >
Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ html {
29
29
margin : auto;
30
30
}
31
31
32
+ # login-nav-text {
33
+ font-size : 1rem ;
34
+ }
35
+
32
36
/* Default body font size */
33
37
body {
34
38
font-size : 15px ;
@@ -121,10 +125,6 @@ h4 {
121
125
font-size : 15px ;
122
126
}
123
127
124
- /* Index page Plans cards */
125
- .card-deck .card {
126
- }
127
-
128
128
# customer-logos {
129
129
width : 76% ;
130
130
}
@@ -309,6 +309,10 @@ footer {
309
309
background-color : # f1f1f1 !important ;
310
310
}
311
311
312
+ .bg-light-blue {
313
+ background-color : lightblue !important ;
314
+ }
315
+
312
316
/* Kanban headers */
313
317
.jumbotron h5 {
314
318
padding : 8px ;
@@ -353,8 +357,13 @@ footer {
353
357
padding : 0.5rem 1px ;
354
358
}
355
359
/* customer logos */
356
- # customer-logos {
357
- width : 100% ;
360
+ # customer-logos ,
361
+ # customer-logos-mobile {
362
+ width : 98% ;
363
+ }
364
+ # customer-logos-mobile-2 {
365
+ margin-top : 34px ;
366
+ width : 65% ;
358
367
}
359
368
}
360
369
You can’t perform that action at this time.
0 commit comments