Add payment widget to home page

This commit is contained in:
2023-09-14 14:29:05 +02:00
parent cc90ccec48
commit 91ea334cf4
29 changed files with 359 additions and 94 deletions

View File

@@ -2,6 +2,7 @@
import Footer from "../layout/Footer.svelte";
import AddressReputation from "./AddressReputation.svelte";
import FeatureTable from "./FeatureTable.svelte";
import ForCreators from "./ForCreators.svelte";
import OtherPlans from "./OtherPlans.svelte";
import UploadWidget from "./UploadWidget.svelte";
</script>
@@ -68,17 +69,18 @@ import UploadWidget from "./UploadWidget.svelte";
<OtherPlans></OtherPlans>
<br/>
</section>
</div>
<div class="page_content">
<Footer></Footer>
<ForCreators/>
</div>
<Footer/>
<style>
.page_content {
margin-top: 5px;
margin-bottom: 10px;
margin-top: 16px;
margin-bottom: 16px;
}
@media (max-width: 1100px) {
.page_content {