File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { pastSponsors } from '../data/pastSponsors'
77---
88
99<Layout title =" Sponsors" >
10- <section class =" sponsor -box" >
10+ <section class =" sponsors-igem -box" >
1111 <h1 class =" page-title" >Sponsors</h1 >
1212 <p class =" page-subtitle" >
1313 We rely on your support to succeed.<br />
@@ -42,14 +42,15 @@ import { pastSponsors } from '../data/pastSponsors'
4242</Layout >
4343
4444<style >
45- .sponsor-box,
45+ /* DO NOT RENAME TO .sponsor-box, ADBLOCKERS LIKE TO NUKE THAT CLASS NAME!! */
46+ .sponsors-igem-box,
4647 .sponsor-us-box {
4748 display: flex;
4849 flex-direction: column;
4950 padding-bottom: 5rem;
5051 }
5152
52- .sponsor -box {
53+ .sponsors-igem -box {
5354 background-color: var(--color-primary-green);
5455 border-bottom: var(--black-border);
5556 }
You can’t perform that action at this time.
0 commit comments