HelpLogin
© 2022-2025 Spice AI, Inc.
SQL Query ReferenceDocsFAQSupport
PrivacyTerms
Status
Home
Datasets
Models
trunk
Edit on GitHub
Fork
/docs/website/src/theme/BlogPostItem/Header/Title/styles.module.css
1.title {
2 font-size: 1.75rem;
3}
4
5/**
6 Blog post title should be smaller on smaller devices
7**/
8@media (max-width: 576px) {
9 .title {
10 font-size: 1.5rem;
11 }
12}
13
1.title {
2 font-size: 1.75rem;
3}
4
5/**
6 Blog post title should be smaller on smaller devices
7**/
8@media (max-width: 576px) {
9 .title {
10 font-size: 1.5rem;
11 }
12}
13