diff --git a/css/style.css b/css/style.css index cc35ecd07..8591684f8 100644 --- a/css/style.css +++ b/css/style.css @@ -11,10 +11,10 @@ p {font-weight: 200; font-size: 20px;} .name {font-family: Playfair Display; font-size: 50px; font-weight: 900; padding-bottom: 20px;} -.container {margin: 0 auto; width: 600px; height: 400px; padding: 80px 12px; overflow: auto;} +.container {margin: 0 auto; width: 50%; height: 35%; padding: 80px 12px; overflow: auto;} .meta {text-transform: uppercase; font-family: Courier New, Quicksand, "Helvetica Neue", "Arial", sans-serif; font-size: 11px; letter-spacing: .15em;} -.meta a:hover {border-bottom: 1px solid #CCFF26; color: #333;} +.meta a:hover {border-bottom: 1px solid #CCFF46; color: #333;} .inline-list {list-style: none; margin: 0; padding: 0;} .inline-list li {display: inline-block;}