use title class for repo template
This commit is contained in:
parent
7d74d8be98
commit
61e9ab6f06
2 changed files with 4 additions and 3 deletions
|
@ -53,12 +53,13 @@ p {
|
||||||
height: 120px;
|
height: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.issue .title {
|
.title {
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
font-size: 4.5rem;
|
font-size: 4.5rem;
|
||||||
line-height: 1.2em;
|
line-height: 1em;
|
||||||
display: flex;
|
display: flex;
|
||||||
column-gap: 0.25em;
|
column-gap: 0.25em;
|
||||||
|
row-gap: -0.1em;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<div class="contents">
|
<div class="contents">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<p class="author"><span><%= it.repo.owner.full_name %></span><span class="username">@<%= it.repo.owner.login %></span></p>
|
<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) { %>
|
<% if (it.repo.description) { %>
|
||||||
<p class="description"><%= it.repo.description %></p>
|
<p class="description"><%= it.repo.description %></p>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
Loading…
Reference in a new issue