|
@@ -413,9 +413,18 @@ blockquote p {
|
|
/*-----------------------------------------------------------------------------------*/
|
|
/*-----------------------------------------------------------------------------------*/
|
|
/* STUCTURE
|
|
/* STUCTURE
|
|
/*-----------------------------------------------------------------------------------*/
|
|
/*-----------------------------------------------------------------------------------*/
|
|
|
|
+.body-wrapper {
|
|
|
|
+ display: flex;
|
|
|
|
+ min-height: 100vh;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+}
|
|
.top-wrapper {
|
|
.top-wrapper {
|
|
background: #2a2a2a
|
|
background: #2a2a2a
|
|
}
|
|
}
|
|
|
|
+.light-wrapper,
|
|
|
|
+.dark-wrapper {
|
|
|
|
+ flex: 1;
|
|
|
|
+}
|
|
.light-wrapper {
|
|
.light-wrapper {
|
|
background: #FFF
|
|
background: #FFF
|
|
}
|
|
}
|
|
@@ -784,6 +793,7 @@ footer {
|
|
background: #2a2a2a;
|
|
background: #2a2a2a;
|
|
color: #bebebe;
|
|
color: #bebebe;
|
|
display: block;
|
|
display: block;
|
|
|
|
+ width: 100%;
|
|
}
|
|
}
|
|
footer a {
|
|
footer a {
|
|
color: #ff6760;
|
|
color: #ff6760;
|
|
@@ -807,6 +817,7 @@ footer h6 {
|
|
background: #262626;
|
|
background: #262626;
|
|
color: #bebebe;
|
|
color: #bebebe;
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
+ width: 100%;
|
|
}
|
|
}
|
|
.subfooter-wrapper a {
|
|
.subfooter-wrapper a {
|
|
color: #bebebe;
|
|
color: #bebebe;
|