File tree 2 files changed +11
-13
lines changed
2 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -52,33 +52,29 @@ <h4 class="font-weight-bold">Downsampling & Compaction</h4>
52
52
</ div >
53
53
</ div >
54
54
</ div >
55
- < div class ="container py-5 ">
55
+ < div class ="container ">
56
+ < h2 class ="heading-big text-center "> Founded By</ h2 >
56
57
< div class ="row ">
57
- < div class ="col-12 "> < h3 class ="text-center "> Founded by</ h3 > </ div >
58
- </ div >
59
- < div class ="row ">
60
- < div class ="col-4 col-xl-2 offset-4 offset-xl-5 py-3 ">
58
+ < div class ="col-sm-6 offset-sm-3 col-md-4 offset-md-4 ">
61
59
< div class ="img-sponsor ">
62
60
< a href ="https://improbable.io " rel ="nofollow " target ="_blank "> < img src ="{{ "/logos/improbable.png" | relURL }}" class="img-fluid" alt="Improbable"> </ a >
63
61
</ div >
64
62
</ div >
65
63
</ div >
66
- < div class ="row ">
67
- < div class ="col-12 "> < h3 class ="text-center "> Used by</ h3 > </ div >
68
- </ div >
64
+ < h2 class ="heading-big text-center "> Used By</ h2 >
69
65
< div class ="row ">
70
66
{{ range $sponsor := $.Site.Data.sponsors.sponsors }}
71
67
{{ if $sponsor.logo }}
72
- < div class ="col-4 col-xl-2 py -3 ">
68
+ < div class ="col-sm-6 col-md -3 ">
73
69
< div class ="img-sponsor ">
74
70
< a href ="{{ $sponsor.url }} " rel ="nofollow " target ="_blank "> < img src ="{{ (printf "/logos/%s" $sponsor.logo) | relURL }}" alt="{{ $sponsor.name }}"> </ a >
75
71
</ div >
76
72
</ div >
77
73
{{ end }}
78
74
{{ end }}
79
- < div class ="col-4 col-xl-2 py -3 ">
75
+ < div class ="col-sm-6 col-md -3 ">
80
76
< div class ="img-sponsor ">
81
- < a class ="text-muted " href ="{{ "contributing /how-to-contribute-to-docs.md#logos" | relURL }}"> Your Company</ a >
77
+ < a class ="text-center text- muted " href ="{{ "contributing /how-to-contribute-to-docs.md#logos" | relURL }}"> Your Company</ a >
82
78
</ div >
83
79
</ div >
84
80
</ div >
Original file line number Diff line number Diff line change @@ -52,14 +52,16 @@ pre {
52
52
}
53
53
54
54
.img-sponsor {
55
- padding : 1 rem ;
55
+ padding : 25 px ;
56
56
background-color : # fff ;
57
+ box-shadow : 0 2px 4px rgba (0 , 0 , 0 , .1 );
57
58
border : 1px solid # dee2e6 ;
59
+ margin : 15px 0 15px ;
58
60
border-radius : .25rem ;
59
- height : 75px ;
60
61
display : flex;
61
62
align-items : center;
62
63
justify-content : center;
64
+ height : 100px ;
63
65
}
64
66
65
67
.img-sponsor img {
You can’t perform that action at this time.
0 commit comments