new select

This commit is contained in:
Your Name
2020-05-21 12:33:42 +03:00
parent e5d0e4ab2d
commit 2082c49991
2 changed files with 12 additions and 1 deletions

View File

@@ -368,6 +368,9 @@ input[type="email"],input[type="password"]{
header { header {
font-size: .9em; font-size: .9em;
} }
#pages {
font-size: .9em;
}
} }
@media screen and (max-width: 1000px) { @media screen and (max-width: 1000px) {
.book_mini{ .book_mini{
@@ -389,6 +392,10 @@ input[type="email"],input[type="password"]{
} }
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
#pages {
font-size: .8em;
}
header .lite-logo { header .lite-logo {
width: 35%; width: 35%;
} }
@@ -424,6 +431,10 @@ input[type="email"],input[type="password"]{
} }
@media screen and (max-width: 560px) { @media screen and (max-width: 560px) {
#pages {
font-size: .7em;
}
body { body {
width:90%; width:90%;
} }

View File

@@ -4,7 +4,7 @@
<//base href="<?=SITE?>"> <//base href="<?=SITE?>">
<script src="/pub/scripts/pdf.min.js"></script> <script src="/pub/scripts/pdf.min.js"></script>
<script src="/pub/scripts/anviewer.js?ver=51"></script> <script src="/pub/scripts/anviewer.js?ver=51"></script>
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=197"> <link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=198">
<link rel="icon" type="image/ico" href="https://argumenti.ru/favicon.ico"> <link rel="icon" type="image/ico" href="https://argumenti.ru/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/pub/fontawesome/css/all.css"> <link rel="stylesheet" href="/pub/fontawesome/css/all.css">