Skip to content

Commit 7bac409

Browse files
committed
Made with <3 from @github
1 parent 123176a commit 7bac409

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

webapp/public/sass/index/sponsors.sass

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,12 @@ section.section.sponsors
4444

4545
&.tier-4 img
4646
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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ block append content
1212
.container.has-text-centered
1313
h1.title.is-1 Sponsors
1414
+row(1)
15-
+sponsor(4, "/img/sponsors/github/GitHub_Logo.png")
15+
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")
1619
+row(2)
1720
+sponsor(3, "/img/sponsors/scicomp/dsc.png")
1821
+sponsor(3, "/img/sponsors/coas/ArtsSciences.png")

0 commit comments

Comments
 (0)