tidy up, add section header component with links + make breadcrumb component
This commit is contained in:
20
web/src/components/general/sectionHeader.module.scss
Normal file
20
web/src/components/general/sectionHeader.module.scss
Normal file
@ -0,0 +1,20 @@
|
||||
.sectionHeader {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
||||
a {
|
||||
display: block;
|
||||
font-family: var(--font-serif);
|
||||
margin-bottom: var(--spacing-s);
|
||||
position: relative;
|
||||
/*padding-left: 1.6rem;
|
||||
|
||||
&:before {
|
||||
content: "→";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user