Add wrap class
This commit is contained in:
parent
abdbd30e99
commit
f54cd7b3e7
4 changed files with 11 additions and 4 deletions
|
@ -28,6 +28,14 @@ a {
|
|||
|
||||
@tailwind components;
|
||||
|
||||
.wrap {
|
||||
@apply w-full max-w-3xl mx-auto;
|
||||
|
||||
&.is-wide {
|
||||
@apply max-w-5xl
|
||||
}
|
||||
}
|
||||
|
||||
@import 'components/blockquote.css';
|
||||
@import 'components/button.css';
|
||||
@import 'components/markup.css';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue