Fix stylelint

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-07-31 21:30:52 +02:00
parent ccb09fdab8
commit d6b03cd69c
18 changed files with 38 additions and 12 deletions

View File

@@ -12,7 +12,7 @@
}
}
input[type="submit"] {
input[type='submit'] {
width: 44px;
height: 44px;
margin: 0;
@@ -25,9 +25,11 @@
right: 0;
}
}
.comment {
margin-bottom: 10px;
}
.comment--header {
display: flex;
align-items: center;