Skip to content

Commit

Permalink
merging
Browse files Browse the repository at this point in the history
  • Loading branch information
Neha9849 committed Feb 22, 2022
2 parents de48116 + d41e4dc commit 6c9dc22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,5 @@ pre code::-webkit-scrollbar-thumb {
.code-tabs .nav-tabs .nav-item.active .nav-link {
color: var(--white-color);
}
.cardLink:hover{
text-decoration: none;

}
.cardLink:hover { text-decoration: none; }
3 changes: 1 addition & 2 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ <h2 class="section-title">{{ i18n "topics_title" | safeHTML }}</h2>
{{ "<!-- topic-item -->" | safeHTML }}
{{ range (where .Site.Pages "Type" "docs") }}
<div class="col-lg-4 col-sm-6 mb-4">
<a href="{{ .Permalink }}" class="px-4 py-5 bg-white shadow text-center d-block match-height
cardLink">
<a href="{{ .Permalink }}" class="px-4 py-5 bg-white shadow text-center d-block match-height cardLink">
{{ with .Params.icon}}<i class="{{.}} icon text-primary d-block mb-4"></i>{{end}}
<h3 class="mb-3 mt-0">{{ .Title }}</h3>
{{with .Params.description}}<p class="mb-0">{{. | markdownify}}</p>{{end}}
Expand Down

0 comments on commit 6c9dc22

Please sign in to comment.