reset page 2
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user