Minor visual fixes on project page
parent
6e64b6979f
commit
51a59d5ac0
|
@ -1,11 +1,10 @@
|
||||||
.profile-timeline {
|
.profile-timeline {
|
||||||
border-top: 1px solid $whitish;
|
|
||||||
.activity-item {
|
.activity-item {
|
||||||
border-bottom: 1px solid $whitish;
|
border-bottom: 1px solid $whitish;
|
||||||
padding: 1rem .5rem;
|
padding: 1rem .5rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
p {
|
p {
|
||||||
margin-bottom: .5rem;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: $green-taiga;
|
color: $green-taiga;
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
.single-project {
|
.single-project {
|
||||||
|
.single-project-intro {
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
}
|
||||||
h1 {
|
h1 {
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -8,6 +11,11 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
vertical-align: super;
|
vertical-align: super;
|
||||||
}
|
}
|
||||||
|
.description {
|
||||||
|
@extend %light;
|
||||||
|
@extend %medium;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
.project-data {
|
.project-data {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue