hobbs-zone-home/index.css

24 lines
238 B
CSS
Raw Permalink Normal View History

@tailwind base;
@tailwind components;
@tailwind utilities;
2024-05-19 02:07:23 +00:00
p,
h1,
h2,
h3,
h4,
h5,
h6 {
color: white;
}
p + p {
margin-top: 10px;
}
p a {
text-decoration: underline;
}
.max-h-view-minus-header {
max-height: calc(100vh - 4rem);
2024-05-19 02:07:23 +00:00
}