Add wrap class

This commit is contained in:
Oliver Davies 2019-05-15 23:28:29 +01:00
parent abdbd30e99
commit f54cd7b3e7
4 changed files with 11 additions and 4 deletions

View file

@ -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';