forked from FoundKeyGang/FoundKey
🎨
This commit is contained in:
parent
18e1efc7ec
commit
35cf05d6ca
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ export default defineComponent({
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
max-width: 500px;
|
||||||
|
margin: 32px auto;
|
||||||
|
|
||||||
> h1 {
|
> h1 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in a new issue