Skip to content

Commit cf109e9

Browse files
author
Curtis Rissi
committed
fixed header graphic styles ad removed footer border top
1 parent 481c9f7 commit cf109e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: assets/css/screen.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ margin on the iframe, cause it breaks stuff. */
482482
position: relative;
483483
display: table;
484484
width: 100%;
485-
height: 100%;
485+
height: 100vh;
486486
margin-bottom: 5rem;
487487
text-align: center;
488488
background: #222 no-repeat center center;
@@ -1070,7 +1070,7 @@ body:not(.post-template) .post-title {
10701070
========================================================================== */
10711071

10721072
.post-head.main-header {
1073-
height: 65%;
1073+
height: 65vh;
10741074
min-height: 180px;
10751075
}
10761076

@@ -1435,7 +1435,7 @@ body:not(.post-template) .post-title {
14351435
position: relative;
14361436
margin: 8rem 0 0 0;
14371437
padding: 0.5rem 15px;
1438-
border-top: #EBF2F6 1px solid;
1438+
/*border-top: #EBF2F6 1px solid;*/
14391439
font-family: "Open Sans", sans-serif;
14401440
font-size: 1rem;
14411441
line-height: 1.75em;

0 commit comments

Comments
 (0)