theme reorx: remove margin in sideproject heading, also remove the dates

This commit is contained in:
Reorx 2023-02-12 00:14:36 +08:00
parent 670c909b7b
commit 14296d1f8a
1 changed files with 1 additions and 2 deletions

View File

@ -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">