From c40c36af37f49d8fb7c827889fabb2f3f420f672 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Mon, 20 Mar 2017 04:52:49 -0700 Subject: [PATCH] Trimmer down award badge --- css/style.css | 6 +++--- index.html | 4 ++-- sass/style.scss | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/css/style.css b/css/style.css index 8dfb18e..42f6adf 100644 --- a/css/style.css +++ b/css/style.css @@ -129,7 +129,7 @@ body { .slide div .project .details .award div h3 { margin: 0; padding: 0; - font-size: 1.6em; + font-size: 1.4em; line-height: 1; font-weight: normal; font-style: italic; } @@ -143,7 +143,7 @@ body { background-position: center center; display: inline-block; content: ""; - width: 2em; + width: 1.6em; height: 3em; } .slide div .project .details .award::after { vertical-align: middle; @@ -153,7 +153,7 @@ body { background-position: center center; display: inline-block; content: ""; - width: 2em; + width: 1.6em; height: 3em; } .slide table { line-height: 1.3; diff --git a/index.html b/index.html index 2828de5..deda42a 100644 --- a/index.html +++ b/index.html @@ -128,7 +128,7 @@

1st Place

-

Desert Hacks 2017

+

Desert Hacks '17

Virtual Keyality

@@ -151,7 +151,7 @@

3rd Place

-

Opportunity Hack 2016

+

OHack '16

Volunteer Management Portal

diff --git a/sass/style.scss b/sass/style.scss index 0a46b75..8f30642 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -167,7 +167,7 @@ body { h3 { margin: 0; padding: 0; - font-size: 1.6em; + font-size: 1.4em; line-height: 1; font-weight: normal; font-style: italic; @@ -186,7 +186,7 @@ body { background-position: center center; display: inline-block; content: ""; - width: 2em; + width: 1.6em; height: 3em; } .award::after { @@ -197,7 +197,7 @@ body { background-position: center center; display: inline-block; content: ""; - width: 2em; + width: 1.6em; height: 3em; } }