2
0
Fork 0
inspin.io/assets/style/pages/dashboard/hero.css

18 lines
281 B
CSS
Raw Permalink Normal View History

2024-08-15 12:28:47 +00:00
.dashboard .hero {
padding: 4rem 1.2rem;
h1 {
font-size: 3rem;
font-weight: 700;
line-height: 3rem;
letter-spacing: -.05rem;
margin: 1.5rem 0;
}
p {
font-size: 1.25rem;
font-weight: 300;
line-height: 1.75rem;
margin: 0 0 0 .1rem;
}
}