overwrite default button styles

This commit is contained in:
Stephen Bégay
2015-01-07 15:20:33 -05:00
parent 17a3b49d7d
commit dd43aeeec4

View File

@@ -51,8 +51,16 @@ a {
}
}
button {
outline:none;
border:none;
background-color:none;
}
.container {
position: relative;
margin: 0 auto;
}