Order projects tab styles

stable
Xavier Julián 2015-06-03 08:57:59 +02:00
parent 2a7febdc98
commit 3579dd52e2
1 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,9 @@
} }
.project-list-single-left { .project-list-single-left {
align-content: space-between;
display: flex;
flex-direction: column;
padding-right: 1rem; padding-right: 1rem;
h1 { h1 {
@extend %text; @extend %text;
@ -25,7 +28,6 @@
margin-bottom: 0; margin-bottom: 0;
} }
.project-list-single-tags { .project-list-single-tags {
align-self: flex-end;
display: flex; display: flex;
flex: 3; flex: 3;
flex-wrap: wrap; flex-wrap: wrap;