added styling for fieldsets

This commit is contained in:
Felix Hamann 2018-06-30 21:47:19 +02:00
parent a3234e1ea5
commit 43ae91ad3b

View File

@ -1,3 +1,13 @@
.hidden {
display: none;
}
fieldset {
border: 0;
margin: 20px 0 30px;
legend {
display: none;
}
}