projects
/
WP-Themes
/
hospitalitymentality.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63348af
)
testing a min height on content body to push footer down
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 20 Apr 2018 12:18:34 +0000
(08:18 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 20 Apr 2018 12:18:34 +0000
(08:18 -0400)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index
b6b540b
..
89c77a5
100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-112,7
+112,9
@@
html {
}
body {
- background-image: linear-gradient(to right top, #0071bc, #0080ca, #008fd7, #009fe3, #00aeef);
+ background-color: #00AEEF;
+
+ /* background-image: linear-gradient(to right top, #0071bc, #0080ca, #008fd7, #009fe3, #00aeef); */
/* Fallback for when there is no custom background color defined. */
}
@@
-1242,6
+1244,7
@@
body.logged-in.parallax-on #masthead {
#content {
position: relative;
z-index: 99;
+ min-height: 95vh;
}
body.parallax-on .wpcf7-not-valid-tip {