minor css updates, moving all videos to django site

instances cant load mp4s for some reason, refactored to pul straight from other site
This commit is contained in:
wompmacho
2020-11-10 09:03:00 -05:00
parent 90e9c5145a
commit 683381ccaa
41 changed files with 195 additions and 281 deletions

View File

@@ -1,5 +1,5 @@
<svelte:head>
<title>About Wompchat Chrome Extension</title>
<title>Wompchat Chrome Extension</title>
</svelte:head>
@@ -28,7 +28,7 @@
</p>
<h3>
I decided I didn't want to wait and built out something of my own. Find is on the Chrome Store Below.
I decided I didn't want to wait and built out something of my own. Find the extension on the Chrome Store Below.
</h3>
<hr>
@@ -41,10 +41,12 @@
height: 3.5em;
}
p{
margin: auto;
padding: 1em;
}
p{
margin: 1em;
border-radius: 5px;
padding: 1em;
background-color: #333333;
}
a{
margin-top: 1em;
@@ -71,10 +73,6 @@
margin: auto;
}
p{
margin: auto;
}
.gif{
width: 50%;
display: block;