deuglifiers

This commit is contained in:
Tanner Nelson 2016-09-15 21:22:56 -04:00
parent 87bf399ffe
commit 0a6c4b874f
No known key found for this signature in database
GPG Key ID: 9C24375C64856B76
3 changed files with 5 additions and 3 deletions

View File

@ -229,6 +229,7 @@ div.scroll {
-webkit-overflow-scrolling: touch; }
main {
-webkit-overflow-scrolling: touch;
color: #555;
font-weight: 200;
width: 100%;
@ -256,7 +257,7 @@ main {
border-bottom: none; }
@media screen and (min-width: 720px) {
main a.edit {
top: 122px; } }
top: 102px; } }
main h1 {
margin-bottom: 12px; }
main h2 {

File diff suppressed because one or more lines are too long

View File

@ -257,6 +257,7 @@ div.scroll
-webkit-overflow-scrolling: touch
main
-webkit-overflow-scrolling: touch
color: #555
font-weight: 200
width: 100%
@ -284,7 +285,7 @@ main
position: absolute
top: 146px
@media screen and (min-width: $tablet)
top: 122px
top: 102px
right: 24px
border-bottom: none