diff --git a/static/css/style.css b/static/css/style.css index 532e1b4..d62bb74 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -105,10 +105,10 @@ div#header-keyword-search{ color: blue; } div#header-keyword-search span { - font-size: 22px; + font-size: 20px; font-weight: bold; padding: 2px 10px; - border: 10px solid yellow; + border: 8px solid yellow; background: yellow; } @@ -306,7 +306,7 @@ div.pagetitle{ font-family: 'Roboto Condensed', sans-serif; font-weight: bold; text-transform: uppercase; - margin-left: 81px; + margin-left: 5%; } /******************************************************/ @@ -574,11 +574,11 @@ div#about-content{ } div#about-content-top{ - padding: 0 5%; + padding: 2% 5%; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; margin-bottom: 60px; - grid-gap: 5%; + grid-gap: 2%; } div#about-content-top-left{ @@ -590,6 +590,7 @@ div#about-content-top{ line-height: 50px; color: blue; padding-right: 10%; + align-self: center; } div#about-content-top-right{ @@ -609,17 +610,17 @@ div#about-content-top{ } div.about-paragraph-subtitle{ - font-size: 30px; - line-height: 35px; - padding-bottom: 1.5rem; + font-size: 30px; + line-height: 30px; + padding-top: 1.5rem; } - div.about-paragraph p { + div.about-paragraph p, ul { font-size: 20px; - line-height: 30px; + line-height: 28px; padding-bottom: 0.5rem; } - + div.about-paragraph a{ font-family: 'Roboto Condensed', sans-serif;