Fixup the last trapeziod on social media section
This commit is contained in:
parent
5827861ed2
commit
06b05b8177
2 changed files with 7 additions and 2 deletions
|
|
@ -3,7 +3,8 @@
|
||||||
|
|
||||||
#splash {
|
#splash {
|
||||||
// Counter the general padding for #content
|
// Counter the general padding for #content
|
||||||
margin-bottom: -60px;
|
margin-bottom: -65px;
|
||||||
|
|
||||||
section {
|
section {
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
padding-bottom: 60px;
|
padding-bottom: 60px;
|
||||||
|
|
@ -144,6 +145,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.social-media.trapezoid {
|
||||||
|
border-top-color: #0C3559; // TODO: Use @conference color?
|
||||||
|
}
|
||||||
|
|
||||||
#social-media{
|
#social-media{
|
||||||
background: none repeat scroll 0 0 #0C3559;
|
background: none repeat scroll 0 0 #0C3559;
|
||||||
padding: 50px 20px;
|
padding: 50px 20px;
|
||||||
|
|
|
||||||
|
|
@ -27,4 +27,4 @@
|
||||||
- if contact.email?
|
- if contact.email?
|
||||||
= mail_to "#{ contact.email }" do
|
= mail_to "#{ contact.email }" do
|
||||||
%i.fa.fa-envelope-o.fa-4x
|
%i.fa.fa-envelope-o.fa-4x
|
||||||
.trapezoid
|
.trapezoid.social-media
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue