Refactor Title And Loading
This commit is contained in:
parent
8845db8993
commit
f8c9888d80
10 changed files with 76 additions and 100 deletions
9
style/title.css
Normal file
9
style/title.css
Normal file
|
@ -0,0 +1,9 @@
|
|||
@layer components {
|
||||
header {
|
||||
@apply flex flex-row items-center justify-between flex-wrap mx-5;
|
||||
|
||||
& h1 {
|
||||
@apply text-center text-6xl mb-5 flex-1;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue