commit
4047a7ec23
378 changed files with 29334 additions and 0 deletions
9
components/layout/PageHeader.module.css
Normal file
9
components/layout/PageHeader.module.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
min-height: 80px;
|
||||
align-self: stretch;
|
||||
font-weight: bold;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue