Fixed styling
parent
494250153e
commit
15335869a2
|
|
@ -23,7 +23,7 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id='multiparty-meeting-container'></div>
|
<div id='multiparty-meeting'></div>
|
||||||
<div id='multiparty-meeting-media-query-detector'></div>
|
<div id='multiparty-meeting-media-query-detector'></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ global-reset();
|
||||||
html {
|
html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-image: url('/resources/images/body-bg-2.jpg');
|
background-image: url('/resources/images/background.svg');
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue