Skip to content

Commit 22b5bcc

Browse files
committed
black footer
1 parent 6032287 commit 22b5bcc

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

source/localizable/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</p>
4747
</section>
4848

49-
<footer id="footer" class="text">
49+
<footer class="footer">
5050
<p>
5151
<%= t('footer.attribution', link: link_to('%', 'http://pdxruby.org/codeofconduct')) %>
5252
</p>

source/stylesheets/style.css.scss

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,23 @@
120120
//// SUPPORTERS ////
121121

122122
.supporters {
123-
padding: 2rem 6rem;
123+
background: black;
124+
color: white;
125+
margin-top: 6em;
126+
padding: 1em 1em 0;
127+
position: relative;
128+
z-index: 2;
129+
&:before {
130+
background: inherit;
131+
content: "";
132+
display: block;
133+
margin: -9% -10% -5%;
134+
padding-top: 8%;
135+
position: relative;
136+
-webkit-transform: rotate(3deg) translateY(50%);
137+
transform: rotate(3deg) translateY(50%);
138+
z-index: -1;
139+
}
124140
@media all and (max-width: 570px) {
125141
padding: 2rem 0.5rem;
126142
}

0 commit comments

Comments
 (0)