Skip to content

Commit

Permalink
Update style
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaru committed Dec 10, 2023
1 parent 3401b2e commit 14a5e6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified examples/sinaru_resume.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/templates/basic/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</div>
<% end %>
</div>
<div class="technologies">
<div class="skills">
<span class="label">Skills</span>
<% dig(experience, :skills).each do |item| %>
<span class="item"><%= item %></span>
Expand Down
6 changes: 3 additions & 3 deletions lib/templates/basic/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ a:active {
padding: 8px 0;
}

.experience .technologies {
.experience .skills {
padding-top: 8px;
}

.experience .technologies .label {
.experience .skills .label {
font-weight: bold;
}

.experience .technologies .item {
.experience .skills .item {
display: inline-block;
border-radius: 24px;
letter-spacing: 0.05em;
Expand Down

0 comments on commit 14a5e6e

Please sign in to comment.