mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
163830c026
# Conflicts: # examples/with-apollo-and-redux/README.md # examples/with-sentry/README.md # examples/with-sentry/package.json # examples/with-sentry/pages/_app.js # package.json # packages/next/build/webpack-config.js # packages/next/client/index.js # server/document.js # server/render.js # test/integration/production/test/index.test.js
23 lines
279 B
CSS
23 lines
279 B
CSS
@import "./button.css";
|
|
|
|
@tailwind preflight;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.hero {
|
|
width: 100%;
|
|
color: #333;
|
|
}
|
|
|
|
.title {
|
|
margin: 0;
|
|
width: 100%;
|
|
padding-top: 80px;
|
|
line-height: 1.15;
|
|
font-size: 48px;
|
|
}
|
|
|
|
.title, .description {
|
|
text-align: center;
|
|
}
|