From 275218aeaf24d4f9d58589cf68ec6647f0a65050 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 25 Jun 2017 11:04:29 -0400 Subject: Worked on design, and added small bio --- app/assets/stylesheets/application.css | 12 ++++++++---- app/assets/stylesheets/records.scss | 4 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'app/assets') diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 6fd12b7..40358bb 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -23,8 +23,7 @@ body { #container { margin: 5em auto 0; - width: 50%; - border: 1px solid black; + width: 70%; background-color: white; box-sizing: border-box; -webkit-border-top-left-radius: 15px; @@ -33,11 +32,11 @@ body { -moz-border-radius-topright: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; + min-width: 890px; } #banner { width: 100%; - border-bottom: 1px solid black; padding: 1em; box-sizing: border-box; } @@ -64,11 +63,16 @@ body { #content { width: 75%; box-sizing: border-box; - border-right: 1px solid black; } #sidebar { width: 25%; box-sizing: border-box; padding-right: 1em; + font-size: .75em; + color: #352712; +} + +#sidebar h2 { + font-size: 1em; } diff --git a/app/assets/stylesheets/records.scss b/app/assets/stylesheets/records.scss index 0054edd..71e203a 100644 --- a/app/assets/stylesheets/records.scss +++ b/app/assets/stylesheets/records.scss @@ -13,7 +13,7 @@ .description { a { text-decoration: none; - color: black; + color: #352712; font-family: 'Inconsolata', monospace; &:hover { @@ -21,7 +21,7 @@ } &:visited { - color: black; + color: #352712; } } } -- cgit 1.4.1