icons updates, pages updates, lotsa fixes to styling

This commit is contained in:
wompmacho
2020-11-09 21:48:17 -05:00
parent b2c007271a
commit 72c7b886c7
8 changed files with 55 additions and 35 deletions

View File

@@ -2,8 +2,14 @@
<title>About Wompchat Chrome Extension</title>
</svelte:head>
<img class="gif rounded" src="https://cdn.jsdelivr.net/gh/wompmacho/womp/assets/gif/emotesMenu.gif" alt="WompChat Emote Menu Gif">
<a class="rounded" rel=prefetch href="/wompchat"><img class="logo_icon" src="img/womp-chat/icon512.png" alt="WompChat Icon"></a>
<h3>WompChat Extension Website</h3>
<hr>
<h1>WompChat Chrome Extension</h1>
@@ -27,7 +33,8 @@
<hr>
<a class="rounded" rel=prefetch href="https://chrome.google.com/webstore/search/wompmacho"><img class="logo_icon" src="img/womp-chat/icon512.png" alt="WompChat Icon"></a>
<a rel=prefetch href="https://chrome.google.com/webstore/search/wompmacho"><i class="rounded fab fa-chrome fa-3x"></i></a>
<style>
.logo_icon{
@@ -60,7 +67,7 @@
h3{
font-size: smaller;
text-align: center;
max-width: 20vw;
max-width: 30vw;
margin: auto;
}