mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 16:49:58 +00:00
10 lines
138 B
CSS
10 lines
138 B
CSS
body {
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
#media {
|
|
max-height: 100vh;
|
|
max-width: 100vw;
|
|
}
|