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 {
|
html {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #111;
|
background-color: #111;
|
||||||
font-family: Courier, Verdana;
|
font-family: Courier, Verdana, serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -109,6 +109,7 @@ body {
|
||||||
height: 60px;
|
height: 60px;
|
||||||
margin: 50px auto;
|
margin: 50px auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
padding: 0 .5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal__form-input {
|
.modal__form-input {
|
||||||
|
|
Loading…
Reference in a new issue