|
@@ -35,14 +35,25 @@ body > section {
|
|
padding-bottom: 2em;
|
|
padding-bottom: 2em;
|
|
}
|
|
}
|
|
|
|
|
|
-body.form > section {background-color: transparent;}
|
|
|
|
|
|
+body.form > section,
|
|
|
|
+body.home > section {
|
|
|
|
+ background-color: transparent;
|
|
|
|
+}
|
|
|
|
|
|
body.form section header {
|
|
body.form section header {
|
|
margin-top: 365px;
|
|
margin-top: 365px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+body.form section header,
|
|
|
|
+body.home section header {
|
|
margin-bottom: 70px;
|
|
margin-bottom: 70px;
|
|
background-color: rgba(250,250,250,0.5);
|
|
background-color: rgba(250,250,250,0.5);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+body.home section header {
|
|
|
|
+ margin-top: 0px;
|
|
|
|
+}
|
|
|
|
+
|
|
body > footer {
|
|
body > footer {
|
|
/* See jumbotron */
|
|
/* See jumbotron */
|
|
margin-top: 30px;
|
|
margin-top: 30px;
|
|
@@ -124,7 +135,8 @@ form > h2:first-child {
|
|
max-width: 500px;
|
|
max-width: 500px;
|
|
background-color: rgba(250, 250, 250, 0.5);
|
|
background-color: rgba(250, 250, 250, 0.5);
|
|
}
|
|
}
|
|
- body.form section header {
|
|
|
|
|
|
+ body.form section header,
|
|
|
|
+ body.home section header,{
|
|
margin-top: 0px
|
|
margin-top: 0px
|
|
}
|
|
}
|
|
body {
|
|
body {
|
|
@@ -151,7 +163,8 @@ form > h2:first-child {
|
|
h1 {
|
|
h1 {
|
|
max-width: 650px;
|
|
max-width: 650px;
|
|
}
|
|
}
|
|
- body.form section header {
|
|
|
|
|
|
+ body.form section header,
|
|
|
|
+ body.home section header {
|
|
margin-top: 265px
|
|
margin-top: 265px
|
|
}
|
|
}
|
|
body {
|
|
body {
|
|
@@ -165,7 +178,8 @@ form > h2:first-child {
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
|
|
|
|
}
|
|
}
|
|
- body.form section header {
|
|
|
|
- margin-top: 365px
|
|
|
|
|
|
+ body.form section header,
|
|
|
|
+ body.home section header {
|
|
|
|
+ margin-top: 250px
|
|
}
|
|
}
|
|
}
|
|
}
|