Skip to content

Commit

Permalink
Merge pull request #786 from KartikG2/main
Browse files Browse the repository at this point in the history
Added responsiveness to logo
  • Loading branch information
PriyaGhosal authored Oct 22, 2024
2 parents d976f8e + cea5a44 commit 6f9ddec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,6 @@ button:hover {
/* Media query for smaller screens */
@media (max-width: 768px) {
.container {
flex-direction: column;
align-items: center;
gap: 20px;
}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
-->
<header class="header" data-header>

<div class="container" style="margin-left: 5rem;">
<div class="container">

<a href="#">
<img src="./assets/images/Skillwise_logo-removebg-preview.png" width="50" height="10" alt="SkillWise home">
Expand Down

0 comments on commit 6f9ddec

Please sign in to comment.