Skip to content

Commit 4c5c107

Browse files
committed
fix baseline style height
1 parent 2d0dec7 commit 4c5c107

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed

_styles/default.sass

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,28 @@ header
3030
color: rgb(255,233,94)
3131
+dimensionalise-text( rgb(209,191,77) )
3232

33+
#page
34+
@include outer-container
35+
min-height: 100%
36+
margin-top: -15em
37+
margin-bottom: -4em
38+
padding-top: 15em
39+
padding-bottom: 4em
40+
41+
blockquote
42+
@include span-columns(12)
43+
@include omega
44+
padding: 1em 0
45+
margin: 0
46+
text-align: center
47+
font-size: 1.2em
48+
&:before
49+
content: open-quote
50+
&:after
51+
content: close-quote
52+
&:before, &:after
53+
font-weight: bold
54+
3355
footer
3456
text-align: center
3557
background: black

styles/default.css

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,41 @@ header {
355355
color: #ffe95e;
356356
text-shadow: -1px -1px 0px #d1bf4d, -2px -2px 0px #d1bf4d, -3px -3px 0px #d1bf4d, -4px -4px 0px #aaaaaa; }
357357

358+
#page {
359+
zoom: 1;
360+
max-width: 75.99879em;
361+
text-align: left;
362+
margin-left: auto;
363+
margin-right: auto;
364+
min-height: 100%;
365+
margin-top: -15em;
366+
margin-bottom: -4em;
367+
padding-top: 15em;
368+
padding-bottom: 4em; }
369+
#page:before, #page:after {
370+
content: "";
371+
display: table; }
372+
#page:after {
373+
clear: both; }
374+
#page blockquote {
375+
display: block;
376+
float: left;
377+
margin-right: 2.35765%;
378+
width: 100%;
379+
margin-right: 0;
380+
padding: 1em 0;
381+
margin: 0;
382+
text-align: center;
383+
font-size: 1.2em; }
384+
#page blockquote:last-child {
385+
margin-right: 0; }
386+
#page blockquote:before {
387+
content: open-quote; }
388+
#page blockquote:after {
389+
content: close-quote; }
390+
#page blockquote:before, #page blockquote:after {
391+
font-weight: bold; }
392+
358393
footer {
359394
text-align: center;
360395
background: black;

0 commit comments

Comments
 (0)