Skip to content

Commit

Permalink
Fix icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
gwllx committed Oct 25, 2023
1 parent d23ad91 commit 1e2fec5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/_includes/moon/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,27 @@ body {
align-items: center;
display: flex;
flex-grow: 1;
font-size: 96pt;
font-size: 114pt;
user-select: none;
}

.links {
display: flex;
flex-direction: row;
justify-content: right;
margin-top: 20px;
margin-right: 50px;
margin-top: 30px;
margin-right: 60px;
width: 100%;
}

.links a {
margin-right: 25px;
margin-right: 30px;
}

.links a:last-child {
margin-right: 0px;
}

.links img {
width: 24px;
width: 28px;
}

0 comments on commit 1e2fec5

Please sign in to comment.