Skip to content

Commit

Permalink
Merge pull request #811 from PriyaGhosal/revert-786-main
Browse files Browse the repository at this point in the history
Revert "Added responsiveness to logo"
  • Loading branch information
PriyaGhosal authored Oct 23, 2024
2 parents 5287071 + ac8d7b3 commit 551ab26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,7 @@ 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">
<div class="container" style="margin-left: 5rem;">

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

0 comments on commit 551ab26

Please sign in to comment.