Skip to content

Commit

Permalink
feat: add 梦源宋体 jaywcjlove#7
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 2, 2024
1 parent 4298248 commit 06a2d55
Show file tree
Hide file tree
Showing 90 changed files with 1,473 additions and 12 deletions.
11 changes: 7 additions & 4 deletions docs/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ main > div {
font-size: 14px;
transition: all 0.3s;
position: relative;
overflow: hidden;
}
main > div:hover {
border: 1px solid #ffffff3b;
Expand Down Expand Up @@ -133,7 +134,9 @@ main > div .license i {
main > div p > span {
color: #a1a1a1;
position: relative;
white-space: nowrap;
top: -1px;
font-size: 12px;
}

main > div:hover > .button {
Expand Down Expand Up @@ -165,13 +168,13 @@ main {
margin: 0 auto;
display: grid;
gap: 0.95rem;
grid-template-columns: repeat(1, 1fr);
grid-template-columns: repeat(2, 1fr);
padding: 0 12px;
}

@media (min-width: 600px) {
main {
grid-template-columns: repeat(2, 1fr);
grid-template-columns: repeat(3, 1fr);
}
header p {
font-size: 1.15em;
Expand All @@ -186,13 +189,13 @@ main {

@media (min-width: 900px) {
main {
grid-template-columns: repeat(3, 1fr);
grid-template-columns: repeat(4, 1fr);
}
}

@media (min-width: 1200px) {
main {
grid-template-columns: repeat(4, 1fr);
grid-template-columns: repeat(5, 1fr);
}
}

Expand Down
Loading

0 comments on commit 06a2d55

Please sign in to comment.