smaller header, larger blueish tagline, different background

This commit is contained in:
madmaurice 2016-10-25 18:58:24 +00:00
parent ee396bf328
commit ea04444a59

View file

@ -10,12 +10,12 @@ body {
text-align: center; text-align: center;
background: #393f42; background: #393f42;
/* background: linear-gradient( #464d51 , #393f42 ); */ /* background: linear-gradient( #464d51 , #393f42 ); */
background: #393f42 url(../images/background-blue.png); background: #393f42 url(../images/background-grayblue.png);
/* background-size: cover; */ /* background-size: cover; */
position: relative; position: relative;
overflow: visible; overflow: visible;
padding-top: 1.5rem; padding-top: 0.7rem;
padding-bottom: 3.5rem; padding-bottom: 3.8rem;
margin-bottom: 1rem; margin-bottom: 1rem;
} }
@ -26,8 +26,8 @@ body {
} }
.header .tagline { .header .tagline {
color: #eeeeed /* #aaaaac */; color: #d3d3ff /* #aaaaac */;
font-size: 1.0rem; font-size: 1.2rem;
margin: 0; margin: 0;
font-style: italic; font-style: italic;
} }