mirror of
https://github.com/mickael-kerjean/filestash
synced 2026-01-03 06:17:35 +01:00
8 lines
213 B
CSS
8 lines
213 B
CSS
html{ height: 100%; }
|
|
body{ margin: 0; height: 100%; padding: 10px 0 0px 10px; box-sizing: border-box; }
|
|
#terminal{ height: 100%; }
|
|
#error-message{
|
|
text-align: center;
|
|
font-size: 1.5em;
|
|
color: #333;
|
|
}
|