mirror of https://github.com/vapor/docs.git
deuglifiers
This commit is contained in:
parent
87bf399ffe
commit
0a6c4b874f
|
|
@ -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
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue