Skip to content

Commit

Permalink
Fix back-link bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MjavadH committed Sep 30, 2023
1 parent 65925f0 commit fb7e7b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Technology/pixelated/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ main {
.back-link {
letter-spacing: 2px;
text-align: center;
margin: 10px 0;
margin: 15px 0;
font-size: 0.8rem;
text-decoration: none;
}
}

@media (max-width: 768px) {
Expand Down

0 comments on commit fb7e7b8

Please sign in to comment.