Minor fixes to the project page styles
parent
1ee92e9909
commit
70aa783729
|
@ -12,13 +12,15 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
.title {
|
.title {
|
||||||
@extend %larger;
|
@extend %medium;
|
||||||
@extend %title;
|
@extend %text;
|
||||||
|
@extend %bold;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
background: $whitish;
|
background: $whitish;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
padding: .9rem 1rem;
|
padding: .5rem 1rem;
|
||||||
}
|
}
|
||||||
.timeline {
|
.timeline {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
Loading…
Reference in New Issue