fix: lang + tap target space
This commit is contained in:
parent
47163e6b7f
commit
d86ddc6694
4 changed files with 24 additions and 5 deletions
|
@ -311,7 +311,7 @@ code {
|
|||
article h2 {
|
||||
color: var(--text-color);
|
||||
line-height: var(--line-height-2xl);
|
||||
margin: 0 0 .375rem;
|
||||
margin: 0 0 .85rem;
|
||||
transition-property: color;
|
||||
}
|
||||
|
||||
|
@ -335,8 +335,14 @@ article [rel="author"] {
|
|||
margin-bottom: .25rem;
|
||||
}
|
||||
|
||||
article p:first-child {
|
||||
margin-top: .4rem;
|
||||
}
|
||||
|
||||
.tag:not(:last-child) {
|
||||
margin-right: .25rem;
|
||||
margin-right: .85rem;
|
||||
margin-bottom: .85rem;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* buttons */
|
||||
|
@ -463,6 +469,19 @@ li {
|
|||
line-height: var(--line-height-3xl);
|
||||
}
|
||||
|
||||
article h2 {
|
||||
margin: 0 0 .25rem;
|
||||
}
|
||||
|
||||
article p:first-child {
|
||||
margin-top: .75rem;
|
||||
}
|
||||
|
||||
.tag:not(:last-child) {
|
||||
margin-right: .5rem;
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
footer nav:first-child {
|
||||
gap: .75rem;
|
||||
}
|
||||
|
|
Reference in a new issue