-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmobilepreview.css
94 lines (83 loc) · 1.88 KB
/
mobilepreview.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
@media screen and (min-width: 768px) {
.device {
position: absolute;
top: 50px;
left:50%;
margin-left:-198px;
display: block;
width: 395px;
height: 813px;
font-family: "Helvetica Neue", sans-serif;
background-image: url("./img/device-sprite.png");
background-repeat: no-repeat;
background-position: -395px 0;
background-size: 300%;
/* -webkit-transition: background-image .1s linear;
-o-transition: background-image .1s linear;
transition: background-image .1s linear; */
}
.device-content::-webkit-scrollbar {
width: 0px;
}
.device-content::-webkit-scrollbar-thumb {
border-radius: 4px;
height: 6px;
background: #626262;
-webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}
.device-content::-webkit-scrollbar {
height: 6px;
}
.device .device-content {
position: absolute;
top: 115px;
left: 35px;
width: 325px;
height: 573px;
overflow: hidden;
font-size: .85rem;
line-height: 1.05rem;
background: #FFF;
overflow-y: scroll;
}
.ql-syntax{
background-color:#F6F6F6;
}
.device iframe {
border: 0;
}
.container{
margin-right:5px;
margin-left: 5px;
}
#coverphoto{
margin-top:5px;
height: auto !important;
max-width: 100% !important;
margin-left:0px;
margin-right:0px;
}
p img{
display: block;
width:100%;
height: auto;
overflow-x: scroll;
}
h1{
font-weight: 500;
display: block;
width:100%;
font-size: 22px;
line-height: 1em;
}
p{
text-indent: 2em;
font-size:13px;
line-height: 16px;
}
h2{
font-weight: 500;
dont-size:16px;
line-height: 1em;
}
}