moved css

This commit is contained in:
shelleycavaness 2017-09-10 12:24:03 +02:00
parent 073f53d53a
commit 7bae99c042
2 changed files with 20 additions and 22 deletions

View File

@ -25,25 +25,3 @@ Envoyez-nous un mail à <i class="fa fa-envelope-o"></i> contact at crapaud-fou.
<button type="submit" id="contact-button">Send</button>
</form>
<style>
.contact-form {
font-size: .9em;
padding-bottom: 15px;
}
.contact-box {
font-size: .9em;
border: 2px solid #90a959;
border-radius: 4px;
padding-bottom: 15px;
}
#contact-button{
background-color:#90a959;
border-radius: 4px;
font-size: .9em;
}
</style>

View File

@ -113,3 +113,23 @@
display: none;
}
}
.contact-form {
font-size: .9em;
padding-bottom: 15px;
}
.contact-box {
font-size: .9em;
border: 2px solid #90a959;
border-radius: 4px;
padding-bottom: 15px;
}
#contact-button{
background-color:#90a959;
border-radius: 4px;
font-size: .9em;
}