14 lines
196 B
Stylus
14 lines
196 B
Stylus
#grow-and-can {
|
|
h2 {
|
|
display: block;
|
|
font-size: 1.4em;
|
|
text-align: center;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
h3 {
|
|
display: block;
|
|
font-size: 1em;
|
|
text-align: center;
|
|
}
|
|
} |