Skip to content

Commit

Permalink
Fixed bugs
Browse files Browse the repository at this point in the history
Update 1.6.3
Fixed cards.
Fixed element position.
  • Loading branch information
KirillKapteily committed Jun 25, 2024
1 parent 7d04b14 commit df2b19b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<a href="index.html" class="antools"> <img src="images/logo.png" alt="Antools" class="imgh"> antools.</a>
<nav class="header-nav">
<ul class="header-list">
<ul class="header-list ">
<li class="header-link"><a href="index.html" class="header-link">Home</a></li>
<li class="header-link"><a href="#" class="header-link">Categories<img src="images/chevrondown.png"
alt="che-down" class="che-down"></a></li>
Expand All @@ -37,8 +37,8 @@
</ul>
</nav>
<ul class="header-list-log">
<li class="header-item"><button type="button" class="login">Login</button></li>
<li class="header-item"><button type="button" class="sign-up">Sign Up</button></li>
<li class="header-item scale-in-center"><button type="button" class="login">Login</button></li>
<li class="header-item scale-in-center"><button type="button" class="sign-up">Sign Up</button></li>
</ul>
</header>
</div>
Expand Down
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ main {
padding: 33px 33px;
/* outline: #ff6e30 0.1px solid; */
width: 392px;
height: 334px;
height: 294px;
list-style: none;
display: flex;
flex-wrap: wrap;
Expand Down Expand Up @@ -692,15 +692,15 @@ main {
.che-left {
position: absolute;
box-sizing: border-box;
top: 4000px;
top: 3900px;
}

.chr-right {
position: absolute;
width: 12px;
height: 24px;
margin-left: 1100px;
top: 4000px;
top: 3900px;
}

.chevrons {
Expand Down

0 comments on commit df2b19b

Please sign in to comment.