From e615ae053c816fa477d158562e20ecaf2609128d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 13 Jun 2015 14:05:25 -0700 Subject: overhaul nav and shit again - drop the index pages save for examples - comment out the extend section for now - fix up spacing fix on team list --- docs/assets/scss/_team.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/assets') diff --git a/docs/assets/scss/_team.scss b/docs/assets/scss/_team.scss index fe51424c1..d42bd0778 100644 --- a/docs/assets/scss/_team.scss +++ b/docs/assets/scss/_team.scss @@ -3,20 +3,25 @@ // .bd-team { + margin-bottom: 1.5rem; + .team-member { line-height: 2rem; color: #555; } + .team-member:hover { color: #333; text-decoration: none; } + .github-btn { float: right; width: 180px; height: 1.25rem; margin-top: .25rem; } + img { float: left; width: 2rem; -- cgit v1.2.3