Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
dnyanesh99borse authored Oct 17, 2024
2 parents 0315b9c + ac2b3ba commit e4eb3ff
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 205 deletions.
14 changes: 9 additions & 5 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1436,13 +1436,17 @@ body.dark-mode .chapter-card:hover {
/*-----------------------------------*\
#PRICING
\*-----------------------------------*/

#pricing .container {
margin-top: 20px;
margin-bottom: 20px;
width: 97%;
padding: 20px 0px;

margin-top: 20px;
margin-bottom: 20px;
width: 97%;
padding: 20px 0px;
margin-left: 100px;

}

.pricing-card {
box-shadow: rgba(53, 31, 31, 0.5) 0px 5px 10px 0px inset;
padding: 40px 50px;
Expand Down
4 changes: 1 addition & 3 deletions assets/html/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -710,9 +710,7 @@
</li>
<li>
<div class="action">
<div class="profile" onclick="menuToggle();">
<img id="profile-avatar" src="../images/avatar1.jpg" />
</div>

<!-- <div class="menu">
<h3>XYZ<br /><span>Book Lover</span></h3>
<ul>
Expand Down
Loading

0 comments on commit e4eb3ff

Please sign in to comment.