Changed route ids to be more explicit.
This commit is contained in:
12
src/app/share/[...shareId]/Footer.module.css
Normal file
12
src/app/share/[...shareId]/Footer.module.css
Normal file
@@ -0,0 +1,12 @@
|
||||
.footer {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
font-size: var(--font-size-sm);
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.footer a {
|
||||
color: var(--font-color100);
|
||||
}
|
||||
Reference in New Issue
Block a user