theme reorx: remove margin in sideproject heading, also remove the dates
This commit is contained in:
parent
670c909b7b
commit
14296d1f8a
|
|
@ -188,9 +188,8 @@ function dateRange(item, level) {
|
|||
<div class="two-columns">
|
||||
<% for (const item of cv.sideProjects) { %>
|
||||
<div class="sideproject section-item">
|
||||
<div class="row space-between">
|
||||
<div class="space-between">
|
||||
<h3><%= item.name %></h3>
|
||||
<%- dateRange(item, 1) %>
|
||||
</div>
|
||||
<% if (item.url) { %>
|
||||
<div class="url row">
|
||||
|
|
|
|||
Loading…
Reference in New Issue