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;
justify-content: space-between;
&__next{
&__next {
margin-left: auto;
}
}
.edit-form{
&__title{
.edit-form {
&__title {
display: flex;
&__label{
&__label {
flex: 0 0 auto;
margin-right: 5px;
}
&__input{
&__input {
flex: 1 1 auto;
}
}
}
.post-list{
.post-list {
border-collapse: collapse;
&__post:hover{
&__post:hover {
background: @Grey-300;
margin: 5px;
}
}
}