File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 46
46
</ p >
47
47
</ section >
48
48
49
- < footer id =" footer " class ="text ">
49
+ < footer class ="footer ">
50
50
< p >
51
51
<%= t ( 'footer.attribution' , link : link_to ( '%' , 'http://pdxruby.org/codeofconduct' ) ) %>
52
52
</ p >
Original file line number Diff line number Diff line change 120
120
/// / SUPPORTERS ////
121
121
122
122
.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
+ }
124
140
@media all and (max-width : 570px ) {
125
141
padding : 2rem 0.5rem ;
126
142
}
You can’t perform that action at this time.
0 commit comments