diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-27 17:27:14 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-27 17:27:14 +0100 |
| commit | 3f16cb26e6a5e7858c9c3db10d02bec9c18b9511 (patch) | |
| tree | 2f3b5533d4ff2ddb1138bf7793143635c46115bc /site/assets/css/splash.css | |
| parent | c9d476e421a50aa5e3e20389365263d5c36e5696 (diff) | |
remove dependencies from DRACO and MeshLine
Diffstat (limited to 'site/assets/css/splash.css')
| -rw-r--r-- | site/assets/css/splash.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/site/assets/css/splash.css b/site/assets/css/splash.css index e60c7261..fbfc9b6f 100644 --- a/site/assets/css/splash.css +++ b/site/assets/css/splash.css @@ -7,13 +7,19 @@ html, body { header { position: absolute; background: transparent; + box-shadow: none; } footer { background: transparent; position: absolute; bottom: 0; left: 0; } +footer div { + z-index: 2; +} .splash { +} +#three_container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; |
