Skip to content

Commit

Permalink
Remove some margin on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jul 4, 2024
1 parent 9dfc284 commit 86bb619
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion views/layout.pug
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ html
a.text-muted.py-1(data-bs-toggle='collapse' href='#maintainer-list' role='button')
span.fa.collapse-icon
#maintainer-list.collapse.show.list-group.list-group-flush
main.col.m-2
main.col.mx-sm-2
block content
#templatezone.d-none
a.maintainer-item.list-group-item.list-group-item-action.border-light.text-truncate.p-0(href='#')
Expand Down
8 changes: 4 additions & 4 deletions views/pkginfo.pug
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ block content
span.card-text.text-secondary.maintainer-name #{_maintainer.name}
h2.h5.card-title
span.package-details-name.text-dark #{Package}
| :
| :
small.text-secondary.package-details-title #{Title}
p.card-text.package-details-description.fst-italic !{description_to_html(Description)}
p
Expand Down Expand Up @@ -90,7 +90,7 @@ block content
tr
td.blob-code.blob-code-inner.js-file-line
span.pl-c #
| Install
| Install
span.package-details-gist-name #{Package}
| in R:
tr
Expand All @@ -100,7 +100,7 @@ block content
span.pl-pds '
span.package-details-gist-name #{Package}
span.pl-pds '
| ,
| ,
span.pl-v repos
span.pl-k =
span.nocran
Expand Down Expand Up @@ -313,7 +313,7 @@ block content
| #{Array.isArray(page.topics) && page.topics.join(" ")}

#users.row.card.mt-4
a.plink.card-title.card-header.text-center.text-dark(href='#users')
a.plink.card-title.card-header.text-center.text-dark(href='#users')
h2.h5.mb-0 Usage by other packages (reverse dependencies)
ul.list-group.list-group-flush.package-details-revdeps

Expand Down

0 comments on commit 86bb619

Please sign in to comment.