@@ -59,7 +59,7 @@ onMount(() => {
Download limit
-
+
10 GB per day
Download speed is reduced to 1 MiB/s when exceeded
@@ -80,7 +80,7 @@ onMount(() => {
Hotlinking
-
+
No
@@ -102,7 +102,7 @@ onMount(() => {
File expiry
-
+
60 days
After last download
@@ -118,7 +118,7 @@ onMount(() => {
Max file size
-
+
20 GB per file
@@ -144,7 +144,7 @@ onMount(() => {
Download page customization
-
+
No customization
@@ -156,7 +156,7 @@ onMount(() => {
Online file previews
-
+
Image, audio, PDF and text files
Can all be viewed in the browser
@@ -166,7 +166,7 @@ onMount(() => {
-
+
Free
@@ -384,8 +384,6 @@ header > h1 {
.top_row {
border-top-left-radius: 0.5em;
border-top-right-radius: 0.5em;
- border: 1px solid var(--separator);
- font-weight: bold;
}
.bottom_row {
border-bottom-left-radius: 0.5em;
@@ -400,6 +398,9 @@ header > h1 {
.pro_feat {
border: 1px solid var(--highlight_color);
}
+.free_feat {
+ border: 1px solid var(--danger_color);
+}
.span2 {
grid-column: span 2;
}