Merge pull request #103 from snap-cloud/michael/fix-contact-link-styling

Fixup the last trapeziod on social media section
This commit is contained in:
Michael Ball 2021-03-02 20:07:52 -08:00 committed by GitHub
commit 61ce7073de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -3,7 +3,8 @@
#splash {
// Counter the general padding for #content
margin-bottom: -60px;
margin-bottom: -65px;
section {
padding-top: 60px;
padding-bottom: 60px;
@ -144,6 +145,10 @@
}
}
.social-media.trapezoid {
border-top-color: #0C3559; // TODO: Use @conference color?
}
#social-media{
background: none repeat scroll 0 0 #0C3559;
padding: 50px 20px;

View file

@ -27,4 +27,4 @@
- if contact.email?
= mail_to "#{ contact.email }" do
%i.fa.fa-envelope-o.fa-4x
.trapezoid
.trapezoid.social-media