diff --git a/Website/wwwroot/css/blog.less b/Website/wwwroot/css/blog.less index 9da5372..770d8a9 100644 --- a/Website/wwwroot/css/blog.less +++ b/Website/wwwroot/css/blog.less @@ -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; - } \ No newline at end of file + } +}