Skip to content

Commit

Permalink
use css rather than js for membership styling
Browse files Browse the repository at this point in the history
  • Loading branch information
willnorris committed Oct 21, 2021
1 parent 4dd56ff commit 3357bde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
6 changes: 3 additions & 3 deletions assets/css/memberships.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
padding: var(--feather-grid-large) 0;
border-top: solid 1px var(--tw-color-gray-light);
position: relative;
}

.no-top-border {
border-top: none;
&:first-child {
border-top: none;
}
}

a.membership-handle:link, a.membership-handle:visited {
Expand Down
1 change: 0 additions & 1 deletion content/memberships.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
title: Memberships
subtitle: Our upstream and downstream partners who make open source happen
custom_css: memberships.scss
custom_js: memberships.js
---
10 changes: 0 additions & 10 deletions static/js/memberships.js

This file was deleted.

0 comments on commit 3357bde

Please sign in to comment.