CLOUD: Fix gradient on LocalWebserver's pages

It was starting over every 100vh (each screen).
This commit is contained in:
Alexander Tkachev 2016-07-10 09:59:20 +06:00
parent 35b2471290
commit 12518ed0bf
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -1,7 +1,7 @@
html {
background: rgb(212, 117, 11);
background: linear-gradient(to bottom, rgb(212, 117, 11) 0%, rgb(212, 117, 11) 36%, rgb(239, 196, 24) 100%);
height: 100vh;
min-height: 100vh;
}
.container {