Skip to content

Commit

Permalink
integral style
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Polyarus committed Aug 21, 2023
1 parent c4be430 commit 9092655
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<img class="profile-image img-fluid float-md-start float-end mb-3 mb-md-0 me-md-5 ms-md-0 rounded-circle shadow-sm" src="{{ 'assets/images/profile.avif?v=' | append: site.github.build_revision | relative_url }}" alt="profile image" />
</a>
<div class="profile-content">
<h1 class="name">{{ site.header.title }}</h1>
<h1 class="name"><span class="integral"></span>created</h1>
<h2 class="desc">{{ site.header.description }}</h2>
<ul class="social list-inline">
{% if site.social.github %}
Expand Down
6 changes: 6 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.integral {
font-weight: bold;
font-size: 38px;
color: #3AAA64;
}

.tag {
display: inline-block;
border-radius: 5px;
Expand Down

0 comments on commit 9092655

Please sign in to comment.