Browse Source

LR latest css

master
jules 4 years ago
parent
commit
ffc21f1c4f
  1. 23
      static/css/style.css

23
static/css/style.css

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

Loading…
Cancel
Save