projects
/
WP-Themes
/
charlevoixdesign2017.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8461221
)
Added display block to content parents to ensure a min-height of 800px even on Firefox
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 26 Jul 2017 19:06:06 +0000
(15:06 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 26 Jul 2017 19:06:06 +0000
(15:06 -0400)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index
4b6eea5
..
69ed42f
100755
(executable)
--- a/
style.css
+++ b/
style.css
@@
-2122,8
+2122,9
@@
body:not(.has-header-image):not(.has-header-video) .custom-header-media {
text-align: center;
}
.parent-container.content-parent {
- max-width: 1000px;
- width: 100%;
+ max-width: 1000px;
+ width: 100%;
+ display: block;
}
@media screen and (min-width: 320px) {
.parent-container.content-parent {