Skip to content

Commit

Permalink
removed the listing-page class from listing.html and style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Murdock9803 committed Jul 2, 2024
1 parent a24e654 commit c7f1011
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions docs/_assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ header {
}

/* Styles common for all the pages*/
body.listing-page {
box-sizing: border-box;
}

main {
width: 100%;
padding: 0 0;
Expand Down
2 changes: 1 addition & 1 deletion docs/_layouts/listing.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
{% endif %}
</head>

<body class="listing-page">
<body>
{% include header.html %}

<main>
Expand Down

0 comments on commit c7f1011

Please sign in to comment.