Skip to content

Commit

Permalink
animate
Browse files Browse the repository at this point in the history
  • Loading branch information
hars-21 committed Jan 28, 2024
1 parent 40f7a90 commit 1b4b08f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ <h1>
<div class="container">
<h2 id="head-skill">Skills</h2>

<div class="skill-category">
<div class="skill-category" data-aos="fade-right">
<h3>Technical Skills</h3>
<div class="skills-list">
<div class="skill-item">
Expand Down Expand Up @@ -291,7 +291,7 @@ <h3>Technical Skills</h3>
</div>
</div>

<div class="skill-category">
<div class="skill-category" data-aos="fade-left">
<h3>Professional Skills</h3>
<div class="skills-list">
<div class="skill-item">
Expand Down
9 changes: 4 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1780,9 +1780,8 @@ ul li:nth-child(even) .circle {
}
}

/* Dark mode */

.dark {
background-color: black;
color: white;
@media screen and (max-width: 979px) {
.skill-item {
width: 100%;
}
}

0 comments on commit 1b4b08f

Please sign in to comment.