diff options
| -rw-r--r-- | templates/download.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/download.html b/templates/download.html index 77f081a..2808a57 100644 --- a/templates/download.html +++ b/templates/download.html | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | <div class="rounded w-50 overflow-hidden shadow-lg p-4"> | 25 | <div class="rounded w-50 overflow-hidden shadow-lg p-4"> |
| 26 | {% if not meta_after %} | 26 | {% if not meta_after %} |
| 27 | <p class="text-gray-700 text-base text-center"> | 27 | <p class="text-gray-700 text-base text-center"> |
| 28 | <svg class="max-h-40 fill-current text-green-600" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" | 28 | <svg class="max-h-40 w-full fill-current text-green-600" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" |
| 29 | fill="currentColor"> | 29 | fill="currentColor"> |
| 30 | <path fill-rule="evenodd" | 30 | <path fill-rule="evenodd" |
| 31 | d="M2.166 4.999A11.954 11.954 0 0010 1.944 11.954 11.954 0 0017.834 5c.11.65.166 1.32.166 2.001 0 5.225-3.34 9.67-8 11.317C5.34 16.67 2 12.225 2 7c0-.682.057-1.35.166-2.001zm11.541 3.708a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" | 31 | d="M2.166 4.999A11.954 11.954 0 0010 1.944 11.954 11.954 0 0017.834 5c.11.65.166 1.32.166 2.001 0 5.225-3.34 9.67-8 11.317C5.34 16.67 2 12.225 2 7c0-.682.057-1.35.166-2.001zm11.541 3.708a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" |
| @@ -36,7 +36,7 @@ | |||
| 36 | 36 | ||
| 37 | {% if meta_after %} | 37 | {% if meta_after %} |
| 38 | <p class="text-gray-700 text-base text-center"> | 38 | <p class="text-gray-700 text-base text-center"> |
| 39 | <svg class="max-h-40 fill-current text-yellow-600" xmlns="http://www.w3.org/2000/svg" | 39 | <svg class="max-h-40 w-full fill-current text-yellow-600" xmlns="http://www.w3.org/2000/svg" |
| 40 | viewBox="0 0 20 20" fill="currentColor"> | 40 | viewBox="0 0 20 20" fill="currentColor"> |
| 41 | <path fill-rule="evenodd" | 41 | <path fill-rule="evenodd" |
| 42 | d="M10 1.944A11.954 11.954 0 012.166 5C2.056 5.649 2 6.319 2 7c0 5.225 3.34 9.67 8 11.317C14.66 16.67 18 12.225 18 7c0-.682-.057-1.35-.166-2.001A11.954 11.954 0 0110 1.944zM11 14a1 1 0 11-2 0 1 1 0 012 0zm0-7a1 1 0 10-2 0v3a1 1 0 102 0V7z" | 42 | d="M10 1.944A11.954 11.954 0 012.166 5C2.056 5.649 2 6.319 2 7c0 5.225 3.34 9.67 8 11.317C14.66 16.67 18 12.225 18 7c0-.682-.057-1.35-.166-2.001A11.954 11.954 0 0110 1.944zM11 14a1 1 0 11-2 0 1 1 0 012 0zm0-7a1 1 0 10-2 0v3a1 1 0 102 0V7z" |
