stylin'
This commit is contained in:
parent
5a251e1ecf
commit
9157e916d7
1 changed files with 2 additions and 1 deletions
3
main.css
3
main.css
|
@ -5,7 +5,7 @@
|
|||
html {
|
||||
color: #fff;
|
||||
background-color: #111;
|
||||
font-family: Courier, Verdana;
|
||||
font-family: Courier, Verdana, serif;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
@ -109,6 +109,7 @@ body {
|
|||
height: 60px;
|
||||
margin: 50px auto;
|
||||
position: relative;
|
||||
padding: 0 .5rem;
|
||||
}
|
||||
|
||||
.modal__form-input {
|
||||
|
|
Loading…
Reference in a new issue