Skip to content

Commit

Permalink
css修正
Browse files Browse the repository at this point in the history
  • Loading branch information
dak2 committed Sep 23, 2023
1 parent c0c7c70 commit 72b1163
Showing 1 changed file with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions styles/unreset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
}

h5 {
@apply text-sm font-bold mb-4;
@apply text-sm font-bold mb-4 mt-4;
}

h6 {
@apply text-xs font-bold mb-4;
@apply text-xs font-bold mb-4 mt-4;
}

article,
Expand Down Expand Up @@ -185,7 +185,8 @@
}

pre {
@apply my-8;
margin-top: 1.2rem;
margin-bottom: 1.5rem;
div {
border-radius: 10px;
code {
Expand Down Expand Up @@ -296,11 +297,19 @@
}

h5 {
@apply text-sm font-bold mb-4;
@apply font-bold;
font-size: 7.5vh;
margin-top: 8vh;
margin-bottom: 6vh;
line-height: 100px;
}

h6 {
@apply text-xs font-bold mb-4;
@apply font-bold;
font-size: 6.5vh;
margin-top: 8vh;
margin-bottom: 6vh;
line-height: 100px;
}

article,
Expand Down Expand Up @@ -522,11 +531,19 @@
}

h5 {
@apply text-sm font-bold mb-4;
@apply font-bold;
font-size: 7.5vh;
margin-top: 8vh;
margin-bottom: 6vh;
line-height: 100px;
}

h6 {
@apply text-xs font-bold mb-4;
@apply font-bold;
font-size: 6.5vh;
margin-top: 8vh;
margin-bottom: 6vh;
line-height: 100px;
}

article,
Expand Down

0 comments on commit 72b1163

Please sign in to comment.