Stop background from wrapping
This commit is contained in:
parent
a82c318ecf
commit
154f82f7d4
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ limitations under the License.
|
||||||
#root {
|
#root {
|
||||||
background-color: $app-background;
|
background-color: $app-background;
|
||||||
background-image: url('./imgs/background.svg');
|
background-image: url('./imgs/background.svg');
|
||||||
background-repeat: none;
|
background-repeat: no-repeat;
|
||||||
background-position: 50% -20%;
|
background-position: 50% -20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue