This commit is contained in:
Your Name
2020-05-22 17:22:59 +03:00
parent 30b22d3e48
commit 1ef464a6e6
3 changed files with 13 additions and 11 deletions

View File

@@ -156,7 +156,6 @@ h1 {
}
#downloadtitle{
width: 100%;
background: #69c;
display: flex;
height: 50px;
align-items: center;
@@ -168,12 +167,12 @@ h1 {
}
#downloadtitle a{
color:white;
#downloadtitle a, #downarrow{
color: #2c2f36;
text-transform: uppercase;
}
#downarrow{
color:white;
#downarrow
{
padding: 8px;
}
@@ -374,6 +373,8 @@ input[type="email"],input[type="password"]{
.antitle{
text-transform: uppercase;
font-weight: bold;
font-size: .9em;
line-height: 22px;
}
.antext{
@@ -384,12 +385,13 @@ input[type="email"],input[type="password"]{
.anphoto{
width: 99.5%;
margin: 0px auto;
margin-top: 7px;
box-sizing: border-box;
}
.anphoto IMG {
width: 80%;
width: 85%;
margin: 0px auto;
display: block;
}