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 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'app/assets/stylesheets/application.css') 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; } -- cgit 1.4.1