Commit compiled CSS

This commit is contained in:
benjamin melançon 2019-09-29 12:44:32 -04:00
parent 6611274381
commit 852a7c5644
2 changed files with 6 additions and 0 deletions

View file

@ -3089,6 +3089,9 @@ a.tag:hover {
.image-inline {
margin: 1em; }
.drum {
margin-bottom: 1.2rem; }
.input, .textarea, .select select {
background-color: white;
border-color: #dbdbdb;

View file

@ -21,3 +21,6 @@
background-position: center;
height: 40rem;
background-size: cover; }
.title:not(:last-child) {
margin-bottom: inherit; }