use title class for repo template

This commit is contained in:
hazycora 2023-08-02 22:26:39 -05:00
parent 7d74d8be98
commit 61e9ab6f06
No known key found for this signature in database
GPG key ID: 215AF1F81F86940E
2 changed files with 4 additions and 3 deletions

View file

@ -53,12 +53,13 @@ p {
height: 120px;
}
.issue .title {
.title {
font-weight: 800;
font-size: 4.5rem;
line-height: 1.2em;
line-height: 1em;
display: flex;
column-gap: 0.25em;
row-gap: -0.1em;
line-height: 1em;
flex-wrap: wrap;
}

View file

@ -3,7 +3,7 @@
<div class="contents">
<div class="info">
<p class="author"><span><%= it.repo.owner.full_name %></span><span class="username">@<%= it.repo.owner.login %></span></p>
<p class="repo-name"><%= it.repo.name %></p>
<p class="title"><%= it.repo.name %></p>
<% if (it.repo.description) { %>
<p class="description"><%= it.repo.description %></p>
<% } %>