Updating logo with Vector svg Image (#4263)
* Updated Logo with SVG image & adjusted margins to keep things center * Un-formated the Index.html
This commit is contained in:
parent
5ed0c30ff4
commit
93bf906719
2 changed files with 5 additions and 4 deletions
|
|
@ -107,7 +107,8 @@
|
|||
<img class="center" src="splash/img/light-1x.png" /> -->
|
||||
<div class="center">
|
||||
<div class="image">
|
||||
<img src="splash/img/light-1x.png" />
|
||||
<img src="
|
||||
https://pangea-chat-client-assets.s3.us-east-1.amazonaws.com/pangea-logo.svg" />
|
||||
</div>
|
||||
<div class="custom-loader"></div>
|
||||
</div>
|
||||
|
|
@ -115,4 +116,4 @@
|
|||
</picture>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
@ -64,8 +64,8 @@ html {
|
|||
width: 3px;
|
||||
height: 3px;
|
||||
position: absolute;
|
||||
top: 85px;
|
||||
left: 85px;
|
||||
top: 40px;
|
||||
left: 40px;
|
||||
border-radius: 100%;
|
||||
color: #8C5EE8;
|
||||
box-shadow:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue