Skip to content

Commit

Permalink
responsive fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wolulcmit committed May 10, 2024
1 parent ecdafe1 commit 41d5fa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/_includes/webc/c-header.webc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@

:host svg{
position: relative;
left: -28px;
left: -20px;
top: 8px;
}

@media(min-width: 35em){
Expand Down
4 changes: 2 additions & 2 deletions src/_includes/webc/c-like.webc
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
display: flex;
flex-direction: column;
position: relative;
top: 33px;
right: 24px;
top: 16px;
right: 14px;
}

#likeme output{
Expand Down

0 comments on commit 41d5fa1

Please sign in to comment.