Add Kanban calendar
This commit is contained in:
@@ -639,15 +639,25 @@ header {// {{{
|
||||
}
|
||||
|
||||
.project-header {
|
||||
// margin-bottom: .6em;
|
||||
// margin-bottom: .1em;
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.project-date {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.project-title {
|
||||
// color: $base-blue;
|
||||
color: black;
|
||||
display: inline;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
.project-title span {
|
||||
display: inline;
|
||||
margin-left: 0.5em;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.project-link {
|
||||
@@ -709,8 +719,10 @@ header {// {{{
|
||||
}
|
||||
|
||||
.languages {
|
||||
// font-style: italic;
|
||||
// font-size: .9em;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
margin-left: 0.5em;
|
||||
color: $base03;
|
||||
}
|
||||
|
||||
.institution {
|
||||
|
||||
Reference in New Issue
Block a user