We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123176a commit 7bac409Copy full SHA for 7bac409
2 files changed
webapp/public/sass/index/sponsors.sass
@@ -44,3 +44,12 @@ section.section.sponsors
44
45
&.tier-4 img
46
max-height: 100px
47
+
48
+ .github-col
49
+ display: flex
50
+ flex-direction: column
51
52
+ .madewith
53
+ font-size: 18px
54
+ margin-bottom: -16px
55
+ font-family: $family-monospace
webapp/views/index/segments/sponsors.pug
@@ -12,7 +12,10 @@ block append content
12
.container.has-text-centered
13
h1.title.is-1 Sponsors
14
+row(1)
15
- +sponsor(4, "/img/sponsors/github/GitHub_Logo.png")
+ div(class="column is-4 github-col")
16
+ .madewith made with <3 from
17
+ figure.image
18
+ img(src="/img/sponsors/github/GitHub_Logo.png")
19
+row(2)
20
+sponsor(3, "/img/sponsors/scicomp/dsc.png")
21
+sponsor(3, "/img/sponsors/coas/ArtsSciences.png")
0 commit comments