Some correctness fixes

This commit is contained in:
2023-09-15 13:56:03 +02:00
parent 6dc282946c
commit b3f485f061

View File

@@ -60,18 +60,18 @@ onMount(() => {
Download limit Download limit
</div> </div>
<div class="feature_cell free_feat"> <div class="feature_cell free_feat">
<span class="bold">10 GB</span> per day<br/> <span class="bold">10 GB per day</span><br/>
Download speed is reduced to 1 MiB/s when exceeded Download speed is reduced to 1 MiB/s when exceeded
</div> </div>
<div class="feature_cell vspan2 pro_feat"> <div class="feature_cell pro_feat">
<span class="bold">2 TB per month</span><br/> <span class="bold">2 TB per month</span><br/>
Transfer limit used for downloading and sharing files Transfer limit is used for downloading, sharing and hotlinking files
</div> </div>
<div class="feature_cell vspan2 prepaid_feat"> <div class="feature_cell prepaid_feat">
<span class="bold">€2.00 per TB</span><br/> <span class="bold">€2 per TB transferred</span><br/>
Used for downloading and sharing files. There is no limit. You only Used for downloading, sharing and hotlinking files. You only pay for
pay for what you use what you use
</div> </div>
<div class="left_col"> <div class="left_col">
@@ -81,7 +81,12 @@ onMount(() => {
</button> </button>
</div> </div>
<div class="feature_cell free_feat"> <div class="feature_cell free_feat">
No Only <span class="bold">image files</span> below <span
class="bold">1 MB</span> in size
</div>
<div class="feature_cell span2 pro_feat">
<span class="bold">Any file type</span><br/>
Hotlinking uses your transfer limit
</div> </div>
<div class="left_col"> <div class="left_col">
@@ -103,12 +108,12 @@ onMount(() => {
</button> </button>
</div> </div>
<div class="feature_cell free_feat"> <div class="feature_cell free_feat">
<span class="bold">60 days</span><br/> <span class="bold">60 days</span> (2 months)<br/>
After last download After last download or view
</div> </div>
<div class="feature_cell pro_feat"> <div class="feature_cell pro_feat">
<span class="bold">240 days</span><br/> <span class="bold">240 days</span> (8 months)<br/>
After last download. Plans without expiry are available on Patreon After last download or view. Plans without expiry are available on Patreon
</div> </div>
<div class="feature_cell prepaid_feat"> <div class="feature_cell prepaid_feat">
<span class="bold">Never</span><br/> <span class="bold">Never</span><br/>
@@ -365,8 +370,8 @@ header > h1 {
grid-template-columns: 9em 1fr 1fr 1fr; grid-template-columns: 9em 1fr 1fr 1fr;
min-width: 40em; min-width: 40em;
max-width: 65em; max-width: 65em;
gap: 8px; gap: 6px;
margin: 0.5em; margin: 12px;
} }
.grid > div { .grid > div {
justify-content: center; justify-content: center;