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