add reader lite
This commit is contained in:
@@ -483,6 +483,26 @@ input[type="email"],input[type="password"], input[type="text"], input[type="tel"
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
|
||||
.footer-text{
|
||||
margin-top:10px;
|
||||
background: white;
|
||||
border: 1px solid #dcdcdc;
|
||||
padding: 10px;
|
||||
font-size: .8em;
|
||||
line-height: 17px;
|
||||
}
|
||||
|
||||
embed[type="application/pdf"] {
|
||||
display: block;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 1260px) {
|
||||
.book_mini{
|
||||
font-size: .9em;
|
||||
@@ -599,6 +619,9 @@ input[type="email"],input[type="password"], input[type="text"], input[type="tel"
|
||||
width: 100%;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
.zoomstatus{
|
||||
display: none;
|
||||
}
|
||||
.firstpage{
|
||||
margin-right: 15px!important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user