feat: add some css
This commit is contained in:
parent
e8dcdd37ea
commit
8275253adf
9 changed files with 135 additions and 107 deletions
20
src/app.css
Normal file
20
src/app.css
Normal file
|
@ -0,0 +1,20 @@
|
|||
@import "@fontsource-variable/inter";
|
||||
@import "@fontsource-variable/inter/wght-italic.css";
|
||||
|
||||
body {
|
||||
font-family: "Inter Variable", sans-serif;
|
||||
}
|
||||
|
||||
.contents {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
max-width: 70ch;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
hr {
|
||||
width: 100%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue