full width input elements
This commit is contained in:
parent
47c9a515b0
commit
3b360866df
1 changed files with 2 additions and 3 deletions
|
@ -152,15 +152,14 @@ a.card{
|
||||||
/* Login screen */
|
/* Login screen */
|
||||||
input, button{
|
input, button{
|
||||||
display: block;
|
display: block;
|
||||||
width: 50%;
|
width: 100%;
|
||||||
margin-left: 25%;
|
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
border: 1px solid #bbb;
|
border: 1px solid #bbb;
|
||||||
}
|
}
|
||||||
button{
|
button{
|
||||||
width: calc(50% + 0.6em);
|
width: calc(100% + 0.6em);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Edit account screen */
|
/* Edit account screen */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue