Revert broken Chrome fix (hides single post header)

This commit is contained in:
Alexander Agnarson 2020-06-29 15:10:58 +02:00
parent 450a76d58e
commit e3b0f53135

View file

@ -356,7 +356,7 @@ h1, h2, h3, h4, h5, h6 { color: #444; font-weight: 600; -ms-word-wrap: break-wor
#wrapper { min-width: 1024px; height: 100%; }
.container { position: relative; margin: 0 auto; max-width: 1460px; }
.main { position: relative; }
.main-inner { position: relative; overflow-x: hidden; /* Chrome fix */ min-height: 600px; /* instead of sticky footer */ }
.main-inner { position: relative; min-height: 600px; /* instead of sticky footer */ }
.content { width: 100%; position: relative; }
.content-container { margin: 0 auto; max-width: 780px; }
.pad { padding: 30px 30px 20px; }