Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
precious-onyenaucheya-ons committed Sep 18, 2024
1 parent a1cbf4e commit 6e0d828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/render-page-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function renderPageList(pages, title, pageSearch = '') {
<title>${title}</title>
<link rel="stylesheet" href="/css/main.css">
</head>
<body class="ons-u-p-l">
<body class="ons-u-p-xl">
<h1>${title}</h1>
${pageSearch}
<ul class="ons-list ons-list--dashed ons-u-pb-xl">
Expand Down
2 changes: 1 addition & 1 deletion src/components/details/_details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ $details-caret-width: 1.5rem;
&__heading {
border-top: 1px solid var(--ons-color-borders);
margin: 0;
padding-bottom: 0.9rem;
padding-bottom: 1rem;
padding-top: 1rem;
width: 100%;

Expand Down

0 comments on commit 6e0d828

Please sign in to comment.