Skip to content

Commit

Permalink
issue number anuragverma108#1457 is solved
Browse files Browse the repository at this point in the history
  • Loading branch information
Hemraj-7 committed Nov 10, 2024
1 parent 1e30cd4 commit f70cb89
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 f70cb89

Please sign in to comment.