Skip to content

Commit

Permalink
Added gap between text and icons
Browse files Browse the repository at this point in the history
  • Loading branch information
tekofx committed Oct 17, 2024
1 parent 2260e39 commit 5a516bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ h2 {
margin-bottom: 20px;
}
.link-button {
display: block;
display: flex;
flex-direction: row;
justify-content: center;
gap:10px;
text-align: center;
width: 100%;
padding: 15px;
Expand Down

0 comments on commit 5a516bf

Please sign in to comment.