This commit is contained in:
Your Name
2020-05-22 17:35:56 +03:00
parent 1ef464a6e6
commit e24ded18f5

View File

@@ -368,13 +368,14 @@ input[type="email"],input[type="password"]{
#an_text_block{ #an_text_block{
padding: 10px; padding: 10px;
background-color: white; background-color: white;
font-size: 1.2em;
line-height: 26px;
} }
.antitle{ .antitle{
text-transform: uppercase; text-transform: uppercase;
font-weight: bold; font-weight: bold;
font-size: .9em; font-size: 1.1em;
line-height: 22px;
} }
.antext{ .antext{
@@ -382,15 +383,16 @@ input[type="email"],input[type="password"]{
border-bottom: 4px solid black; border-bottom: 4px solid black;
} }
.anphoto{ .anphoto {
width: 99.5%; width: 50.5%;
margin: 0px auto; float: left;
box-sizing: border-box; margin: 0px;
margin-right: 25px;
} }
.anphoto IMG { .anphoto IMG {
width: 85%; width: 100%;
margin: 0px auto; margin: 0px;
display: block; display: block;
} }
@@ -473,6 +475,10 @@ input[type="email"],input[type="password"]{
#zoomnav, #pagenav { #zoomnav, #pagenav {
width: 48%; width: 48%;
} }
#an_text_block {
font-size: 1em;
line-height: 23px;
}
} }
@media screen and (max-width: 560px) { @media screen and (max-width: 560px) {
@@ -533,6 +539,23 @@ input[type="email"],input[type="password"]{
font-size: .65em; font-size: .65em;
justify-content: center; justify-content: center;
} }
.antitle{
font-size: 1em;
}
.anphoto {
width: 100%;
float: none;
margin: 0px auto;
/* margin-right: 25px; */
margin-bottom: 20px;
}
#an_text_block {
font-size: 1.1em;
line-height: 27px;
}
.antitle {
font-size: 1.2em;
}
} }
@media screen and (max-width: 460px) { @media screen and (max-width: 460px) {
header { header {