This commit is contained in:
Tomáš Mládek 2018-10-17 17:33:46 +02:00
parent 5a251e1ecf
commit 9157e916d7

View file

@ -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 {