This commit is contained in:
Your Name
2020-05-25 12:32:37 +03:00
parent c2668361e1
commit d9ca01ebe9
2 changed files with 17 additions and 2 deletions

View File

@@ -7,6 +7,14 @@ body.books-body {
width: 65%;
font-size: .8em;
}
p {
width: 70%;
display: block;
margin: 0px auto;
margin-top: 10px;
margin-bottom: 10px;
line-height: 23px;
}
canvas#the-pdf {
width: 100%;
}
@@ -430,10 +438,17 @@ input[type="email"],input[type="password"]{
header, #lk-menu {
font-size: .8em;
}
p {
width: 85%;
}
}
@media screen and (max-width: 768px) {
p {
width: 100%;
}
#pages {
font-size: .8em;
}