11 lines
138 B
CSS
11 lines
138 B
CSS
|
body {
|
||
|
min-height: 100vh;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
svg {
|
||
|
max-width: 70vw;
|
||
|
max-height: 90vh;
|
||
|
}
|