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