Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Jan 6, 2024
1 parent bfca9fd commit 0055fba
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
15 changes: 15 additions & 0 deletions assets/css/prosym.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,21 @@ main h3 {
font-weight: bold;
}

main dl.awards {
margin-left: 1rem;
margin-bottom: 2rem;
}

main dl.awards dt {
margin: 1.5rem 0 0 0;
}

main dl.awards dd {
margin: 5px 0 0 2rem;
display: list-item;
list-style-type: circle;
}

main ul.articles li.article-year {
margin: 1.5rem 0 0 0;
padding: 0;
Expand Down
6 changes: 0 additions & 6 deletions awards/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,6 @@ <h2>山内奨励賞</h2>

</dl>

</section>

<hr>

<section>

<h2>山内業績賞</h2>

<dl class="awards">
Expand Down

0 comments on commit 0055fba

Please sign in to comment.