Trimmer down award badge

This commit is contained in:
Chuck Dries 2017-03-20 04:52:49 -07:00
parent d4992979a3
commit c40c36af37
3 changed files with 8 additions and 8 deletions

View File

@ -129,7 +129,7 @@ body {
.slide div .project .details .award div h3 { .slide div .project .details .award div h3 {
margin: 0; margin: 0;
padding: 0; padding: 0;
font-size: 1.6em; font-size: 1.4em;
line-height: 1; line-height: 1;
font-weight: normal; font-weight: normal;
font-style: italic; } font-style: italic; }
@ -143,7 +143,7 @@ body {
background-position: center center; background-position: center center;
display: inline-block; display: inline-block;
content: ""; content: "";
width: 2em; width: 1.6em;
height: 3em; } height: 3em; }
.slide div .project .details .award::after { .slide div .project .details .award::after {
vertical-align: middle; vertical-align: middle;
@ -153,7 +153,7 @@ body {
background-position: center center; background-position: center center;
display: inline-block; display: inline-block;
content: ""; content: "";
width: 2em; width: 1.6em;
height: 3em; } height: 3em; }
.slide table { .slide table {
line-height: 1.3; line-height: 1.3;

View File

@ -128,7 +128,7 @@
<div class="award"> <div class="award">
<div> <div>
<h3>1st Place</h3> <h3>1st Place</h3>
<p>Desert Hacks 2017</p> <p>Desert Hacks '17</p>
</div> </div>
</div> </div>
<h2>Virtual Keyality</h2> <h2>Virtual Keyality</h2>
@ -151,7 +151,7 @@
<div class="award"> <div class="award">
<div> <div>
<h3>3rd Place</h3> <h3>3rd Place</h3>
<p>Opportunity Hack 2016</p> <p>OHack '16</p>
</div> </div>
</div> </div>
<h2>Volunteer Management Portal</h2> <h2>Volunteer Management Portal</h2>

View File

@ -167,7 +167,7 @@ body {
h3 { h3 {
margin: 0; margin: 0;
padding: 0; padding: 0;
font-size: 1.6em; font-size: 1.4em;
line-height: 1; line-height: 1;
font-weight: normal; font-weight: normal;
font-style: italic; font-style: italic;
@ -186,7 +186,7 @@ body {
background-position: center center; background-position: center center;
display: inline-block; display: inline-block;
content: ""; content: "";
width: 2em; width: 1.6em;
height: 3em; height: 3em;
} }
.award::after { .award::after {
@ -197,7 +197,7 @@ body {
background-position: center center; background-position: center center;
display: inline-block; display: inline-block;
content: ""; content: "";
width: 2em; width: 1.6em;
height: 3em; height: 3em;
} }
} }