14 lines
208 B
CSS
14 lines
208 B
CSS
/*
|
|
Hero
|
|
========================================
|
|
*/
|
|
|
|
.hero {
|
|
padding: 3.75rem;
|
|
margin-bottom: 2rem;
|
|
font-size: 1.25rem;
|
|
color: inherit;
|
|
background-color: #eeeeee;
|
|
border-radius: 4px;
|
|
}
|