Refactor buttons.
This commit is contained in:
10
components/PageHeader.module.css
Normal file
10
components/PageHeader.module.css
Normal file
@@ -0,0 +1,10 @@
|
||||
.header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
line-height: 80px;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: var(--font-size-large);
|
||||
}
|
||||
Reference in New Issue
Block a user