Skip to content

Commit

Permalink
More CSS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cmahnke committed Jun 9, 2024
1 parent 7b49614 commit e06c275
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 6 additions & 2 deletions assets/scss/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,10 @@ p.small {
text-align: end;
}

.about.meta .widget a {
font-family: open sans,sans-serif;
.about.meta .widget {

a,
h6 {
font-family: open sans,sans-serif;
}
}
3 changes: 0 additions & 3 deletions layouts/partials/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ <h6 class="mb-4">{{ i18n "latestPosts" }}</h6>
</div>
<div class="media-body">
<ul class="list-inline d-flex justify-content-between mb-2">
{{/*
<li class="list-inline-item">{{ i18n "postedBy" }} {{.Site.Params.author}}</li>
*/}}
<li class="list-inline-item">{{ i18n "postedOn" }} {{- partial "date.html" (dict "date" .Date "language" $.Page.Language "months" $.Site.Data.months) -}}</li>
</ul>
<h6><a class="text-dark" href="{{ .Permalink }}">{{.Title}}</a></h6>
Expand Down

0 comments on commit e06c275

Please sign in to comment.