add mobile version pdf

This commit is contained in:
Andrey Kuvshinov
2020-05-22 13:21:37 +03:00
parent d0d6af8de6
commit 2dee8b96b6
4 changed files with 72 additions and 3 deletions

View File

@@ -365,6 +365,36 @@ input[type="email"],input[type="password"]{
font-size: .9em;
}
}
#an_text_block{
padding: 10px;
background-color: white;
}
.antitle{
text-transform: uppercase;
font-weight: bold;
}
.antext{
margin-bottom: 8px;
border-bottom: 4px solid black;
}
.anphoto{
width: 99.5%;
margin: 0px auto;
margin-top: 7px;
box-sizing: border-box;
}
.anphoto IMG {
width: 80%;
}
@media screen and (max-width: 1100px) {
.book_skeleton{
margin-top: 15px;