This commit is contained in:
Valeria Fadeeva 2023-12-10 02:05:27 +05:00
parent 10118f6f92
commit 27696acf10
1 changed files with 12 additions and 0 deletions

View File

@ -47,6 +47,18 @@
min-height: 75vh; min-height: 75vh;
} }
#log {
align-content: center;
display: flex;
text-align: center;
align-items: center;
flex-flow: column;
}
#log > iframe {
width: fit-content;
}
#body { #body {
display: none; display: none;
min-height: 75vh; min-height: 75vh;