diff --git a/css/style.css b/css/style.css index 0a2663a..efcae4e 100644 --- a/css/style.css +++ b/css/style.css @@ -65,8 +65,10 @@ footer { /* Features Page Styles */ -#feature-jumbotron { - background: #333; +#feature-section { + background: #222; + border: 1px white solid; + } #feature-list { @@ -77,8 +79,9 @@ footer { .feature-list-item { padding: 0.5rem; cursor: pointer; - background: #333; + background: #222; border: 1px transparent solid; + text-align: right; } #active-feature-item { @@ -88,6 +91,8 @@ footer { .feature-detail-container { display: none; transition: display 1s ease-in-out; + border: 1px white solid; + min-height: 100%; } #active-feature-detail { diff --git a/index.html b/index.html index 87747a0..b351e6a 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@