Clean images and case insensitive nav.
This commit is contained in:
parent
6464703381
commit
288759146c
7 changed files with 59 additions and 4 deletions
|
@ -33,10 +33,9 @@ body {
|
|||
|
||||
img {
|
||||
margin:0 auto;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
max-height:300px;
|
||||
max-width:800px;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 4px 8px 0;
|
||||
}
|
||||
|
@ -107,6 +106,10 @@ ul {
|
|||
list-style-position: inside;
|
||||
}
|
||||
|
||||
ul li {
|
||||
padding: 5px 0px;
|
||||
}
|
||||
|
||||
.login-input{
|
||||
margin-top: 30px;
|
||||
text-align: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue