reset page 2

This commit is contained in:
Your Name
2020-05-15 12:28:28 +03:00
parent 8c36e40090
commit 832089cae3
5 changed files with 36 additions and 7 deletions

View File

@@ -208,7 +208,29 @@ input[type="email"],input[type="password"]{
border: 1px solid black;
padding: 4px;
}
#info {
margin-top: 5%;
font-weight: bold;
font-size: 1.2em;
text-align:center;
width: 100%;
}
#info span {
width: 100%;
display: block;
margin-top: 20px;
font-size: 1.2em;
}
#info span a {
color:#065eb5;
}
#error {
color: red;
font-weight: bold;
text-align: center;
margin-top: 5%;
font-size: 1.2em;
}
@media screen and (max-width: 1000px) {
header .lite-logo {
width: 30%;
@@ -243,4 +265,7 @@ input[type="email"],input[type="password"]{
#stuff-bar {
font-size: 1.25em;
}
#info, #info span {
font-size: 1em;
}
}