Add missing } and remove margin

This commit is contained in:
Robert Marshall 2020-01-03 19:46:03 +00:00
parent 8574a6a1d1
commit 55b2575ee4

View file

@ -31,34 +31,34 @@
} }
} }
.blog-navigation{ .blog-navigation {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
&__next{ &__next {
margin-left: auto; margin-left: auto;
} }
} }
.edit-form{ .edit-form {
&__title{ &__title {
display: flex; display: flex;
&__label{ &__label {
flex: 0 0 auto; flex: 0 0 auto;
margin-right: 5px; margin-right: 5px;
} }
&__input{ &__input {
flex: 1 1 auto; flex: 1 1 auto;
} }
} }
} }
.post-list{ .post-list {
border-collapse: collapse; border-collapse: collapse;
&__post:hover{ &__post:hover {
background: @Grey-300; background: @Grey-300;
margin: 5px; }
} }