menu
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user