Skip to content

Commit

Permalink
feat: Set min height for link icons to prevent small icons from odd look
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-reymann committed Mar 29, 2024
1 parent a5e5892 commit 8c9a504
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/templating/index.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
background-color: rgba(25, 26, 27, 0.6);
padding: 20px;
max-width: 100%;
min-height: 100px;
max-height: 60%;
box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
border-radius: 20%;
Expand Down

0 comments on commit 8c9a504

Please sign in to comment.