Skip to content

Commit

Permalink
Merge pull request #4998 from Hemraj-7/main
Browse files Browse the repository at this point in the history
issue 4844 is solved.
  • Loading branch information
abhi03ruchi authored Nov 10, 2024
2 parents fb701c1 + 3b46299 commit 6fe2a3f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5243,3 +5243,14 @@ body,
.book-name-field {
margin-bottom: 10px; /* Space between fields */
}

.logopic{
width: 15rem;
margin: 0px 0px 0px 10px;
}

@media (max-width: 768px) {
.logopic{
margin-top: 40px;
}
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3815,7 +3815,7 @@ <h2 class="uppercase">How do you prefer to read?</h2>

<ul class="navbar-list nav" style="margin-right: 10px;">
<a href="index.html" onclick="lenis.scrollTo('index.html');" class="logo" style="display:flex;">
<img src="./assets/images/final.png" class="logopic" style=" width: 15rem; margin:0px 0px 0px -10px;">
<img src="./assets/images/final.png" class="logopic">
</a>

<li class="navbar-item" style="margin-right: 10px;">
Expand Down

0 comments on commit 6fe2a3f

Please sign in to comment.