docs hook and mobile

This commit is contained in:
Galen Wolfe-Pauly 2015-10-19 14:14:42 -07:00
parent a56ee08746
commit 1b4dd86073
4 changed files with 40 additions and 22 deletions

2
docs/hymn.hook Normal file
View File

@ -0,0 +1,2 @@
/: /%%%/tree/pub/docs /% /hymn/
-<

2
docs/json.hook Normal file
View File

@ -0,0 +1,2 @@
/: /%%%/tree/pub/docs /% /json/
-<

View File

@ -60,9 +60,6 @@
.footer
margin 4rem 0 4rem 0
font-weight 200
line-height 1rem
color #ccc
p
margin 0
code
@ -102,19 +99,18 @@
:-ms-input-placeholder
color #e6e7e8
button
&.submit
font inherit
border 0
background-color #fff
border-bottom 3px solid #000
font-size 1.6rem
line-height 1.6rem
display inline-block
text-align left
margin-top 1rem
height 2rem
padding 0 .6rem
button.submit
font inherit
border 0
background-color #fff
border-bottom 3px solid #000
font-size 1.6rem
line-height 1.6rem
display inline-block
text-align left
margin-top 1rem
height 2rem
padding 0 .6rem
li::before
content ''
@ -134,10 +130,13 @@
margin-left 1em
.kids h2,
div.footer
font-family 'scp'
font-size .7rem
@media only screen and (max-width: 1170px)
#cont.lead
top 0rem
@media only screen and (min-width: 320px) and (max-width: 1024px)
#cont.lead
top 0rem
@ -151,6 +150,7 @@
h1.leader,
h1.fold
font-size 1.6rem
line-height 3rem
margin-left 0
.list li,
@ -158,6 +158,12 @@
.list li h1,
font-size 1rem
line-height 1.6rem
button.submit
font-size 1rem
.mono
font-size .7rem
.date,
div.footer

View File

@ -620,9 +620,6 @@ h2.date {
}
#cont.lead .footer {
margin: 4rem 0 4rem 0;
font-weight: 200;
line-height: 1rem;
color: #ccc;
}
#cont.lead .footer p {
margin: 0;
@ -696,11 +693,15 @@ h2.date {
content: "\2014";
margin-left: 1em;
}
#cont.lead .kids h2,
#cont.lead div.footer {
#cont.lead .kids h2 {
font-family: 'scp';
font-size: 0.7rem;
}
@media only screen and (max-width: 1170px) {
#cont.lead {
top: 0rem;
}
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
#cont.lead {
top: 0rem;
@ -714,6 +715,7 @@ h2.date {
#cont.lead h1.leader,
#cont.lead h1.fold {
font-size: 1.6rem;
line-height: 3rem;
margin-left: 0;
}
#cont.lead .list li,
@ -722,6 +724,12 @@ h2.date {
font-size: 1rem;
line-height: 1.6rem;
}
#cont.lead button.submit {
font-size: 1rem;
}
#cont.lead .mono {
font-size: 0.7rem;
}
#cont.lead .date,
#cont.lead div.footer {
font-size: 0.6rem;