1
0
Fork 0
blog/src/components/templates/Page.module.css

10 lines
208 B
CSS

.pagetitle {
font-size: var(--font-size-h3);
margin-top: 0;
margin-bottom: var(--spacer);
color: var(--text-color-light);
display: flex;
justify-content: space-between;
align-items: flex-end;
}