Skip to content

Commit

Permalink
Merge pull request #136 from nightven/home-page6
Browse files Browse the repository at this point in the history
FIX validator error
  • Loading branch information
nightven authored Sep 7, 2023
2 parents d19cfc5 + 9e9272c commit 184f08c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
22 changes: 13 additions & 9 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,19 @@
<include src="./partials/header/header.html"></include>

<main>
<div class="container all-top">
<aside class="aside-wrapper">
<include src="./partials/category/category-list.html"></include>
<include src="./partials/fonds/fonds.html"></include>
</aside>
<section class="container-home-page">
<div class="container-books">
<include src="./partials/home-page/home-page.html"></include>
</div>

<div class="container">
<section class="all-top">
<sidebar class="aside-wrapper">
<include src="./partials/category/category-list.html"></include>
<include src="./partials/fonds/fonds.html"></include>
</sidebar>
<section class="container-home-page">
<div class="container-books">
<include src="./partials/home-page/home-page.html"></include>
</div>
</section>

</section>
</div>
</main>
Expand Down
3 changes: 0 additions & 3 deletions src/sass/_home-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,7 @@

.category {
margin-bottom: 40px;
}

.category,
.title-book {
color: var(--main-text-clr);
font-size: 32px;
font-weight: 700;
Expand Down

0 comments on commit 184f08c

Please sign in to comment.