mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 19:37:05 +00:00
10 lines
228 B
CSS
10 lines
228 B
CSS
/* position heading in middle of image */
|
|
.parallax-section {
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
padding: 150px 15px;
|
|
}
|
|
/* list of articles */
|
|
.articles {
|
|
background-color: var(--mdc-theme-background);
|
|
} |