Skip to content

Commit

Permalink
Update blog - 2024-11-08 17:59:20
Browse files Browse the repository at this point in the history
  • Loading branch information
aliceric27 committed Nov 8, 2024
1 parent 33ab9fd commit b11c48c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,7 @@ pre code {
vertical-align: middle;
}
.links-of-author a::before {
background: #9458ff;
background: #33fffc;
display: inline-block;
margin-right: 3px;
transform: translateY(-2px);
Expand Down Expand Up @@ -2621,3 +2621,9 @@ header.header {
.sub-menu .menu-item {
display: inline-block;
}
@media (max-width: 400px) {
body > a > svg {
width: 50px;
height: 50px;
}
}

0 comments on commit b11c48c

Please sign in to comment.