Skip to content

Commit

Permalink
SUGCON IN: Update sponsor list to rebrand styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jst-cyr committed Oct 10, 2023
1 parent ab1c292 commit 8830d27
Showing 1 changed file with 5 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
width: 100%;
color: #232323;
font-weight: 900;
font-family: 'AvenirNextW05-Bold', Arial, Helvetica, sans-serif;
font-family: 'Mulish', 'AvenirNextW05-Bold', Arial, Helvetica, sans-serif;
margin-bottom: 0;
word-break: break-word;
}
Expand All @@ -41,18 +41,6 @@
padding-right: 40px;
padding-left: 20px;

:after {
display: block;
content: ' ';
position: absolute;
width: 87px;
height: 87px;
top: -10px;
right: -10px;
border-top: 15px solid #fe2911;
border-right: 15px solid #fe2911;
}

img {
width: 80%;
height: 100%;
Expand Down Expand Up @@ -123,7 +111,8 @@
}

a {
text-decoration: none;
color: #28327d;
text-decoration: underline;
}
}

Expand All @@ -133,6 +122,7 @@
}

a {
text-decoration: none;
color: #28327d;
text-decoration: underline;
}
}

0 comments on commit 8830d27

Please sign in to comment.