Skip to content

Commit

Permalink
Merge pull request #399 from sanskritilabroo/main
Browse files Browse the repository at this point in the history
Issue Number #389 solved (small bug of padding)
  • Loading branch information
anuragverma108 authored May 14, 2024
2 parents 6dca630 + 959dc8a commit 1ed10f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/css/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ label {
}

.close-icon {
margin-top: 2rem;
margin-top: 0.5rem;
padding-left:92%;
}

Expand Down Expand Up @@ -415,4 +415,4 @@ body.dark-mode {

.social-icons-container a:nth-of-type(4) {
color: #ff0000;
}
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ <h3 class="h3 card-title">Introduction to Web Development</h3>
<p class="section-subtitle">Contact</p>

<h2 class="h2 section-title has-underline">
Write me anything
Reach Out Below
<span class="span has-before"></span>
</h2>

Expand Down

0 comments on commit 1ed10f0

Please sign in to comment.