10 lines
124 B
CSS
10 lines
124 B
CSS
/**
|
|
* @file
|
|
* Visual styles for Bartik's page-title component.
|
|
*/
|
|
|
|
.page-title {
|
|
font-size: 2em;
|
|
line-height: 1em;
|
|
}
|