Order projects tab styles
parent
2a7febdc98
commit
3579dd52e2
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue