Homepage css tweaks

This commit is contained in:
James Allen 2014-07-21 17:56:20 +01:00
parent b5cfe06645
commit 2ec63f5057

View file

@ -12,20 +12,20 @@
}
h1 {
font-size: 4.75rem;
line-height: 6.25rem;
margin-bottom: 0;
line-height: 6.25rem;
margin-bottom: 0;
margin-top: @line-height-computed * 2;
text-shadow: 0 1px 3px rgba(0,0,0,0.42);
span {
font-family: @font-family-base;
font-family: @font-family-sans-serif;
font-weight: 100;
letter-spacing: 10px;
letter-spacing: 5px;
}
}
p:first-of-type {
font-size: @line-height-computed;
font-weight: 200;
letter-spacing: 3px;
letter-spacing: 2px;
margin-top: 0;
text-rendering: auto;
}
@ -39,12 +39,22 @@
padding: 1px;
}
}
.container-fluid {
.register-banner {
background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.7),rgba(0,0,0,0.9));
background-image: linear-gradient(to bottom,rgba(0,0,0,0.7),rgba(0,0,0,0.9));
padding: 3rem 0;
margin-top: 4.5rem;
padding: @line-height-computed 0;
margin-top: 140px;
position: relative;
h2 {
color: white;
margin-top: 0;
font-family: @font-family-sans-serif;
font-weight: 500;
letter-spacing: 1px;
}
.form-group {
margin-left: @line-height-computed / 2;
}
}
img {
box-shadow: 0 0 50px rgba(0,0,0,.67);