Skip to content

Commit

Permalink
fix: simplify layouts-base
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 3, 2021
1 parent 39d9ae1 commit e24bfc8
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions packages/client/styles/layouts-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,10 @@
@apply text-3xl;
}

h3 {
@apply text-sm pt-2 uppercase tracking-widest font-500 -ml-[0.05em];
}

h3:not(.opacity-100) {
@apply opacity-40;
}

p {
@apply my-4 leading-6;
}

h1 + p {
@apply -mt-2 opacity-50 mb-4;
}

p + h2, ul + h2, table + h2 {
@apply mt-10;
}

ul {
list-style: square;
}
Expand Down

0 comments on commit e24bfc8

Please sign in to comment.