|
48 | 48 | <img alt="FreeTube mini logo" role="banner" src='images/iconWhite.png' class='h-12 inline-block'/> |
49 | 49 | <ul class='list-none'> |
50 | 50 | <a href='/'> |
51 | | - <li class="inline-block hover:bg-secondary w-12 lg:w-24 h-20 leading-20 text-center transition-all easy-in-out duration-200"> |
| 51 | + <li class="inline-block hover:bg-secondary w-10 lg:w-24 h-20 leading-20 text-center transition-all easy-in-out duration-200"> |
52 | 52 | <i class="fa-solid fa-house-chimney"></i> |
53 | 53 | <span class='px-2 hidden lg:inline'>Home</span> |
54 | 54 | </li> |
55 | 55 | </a> |
56 | 56 | <a href='<?php echo $downloadUrl; ?>'> |
57 | | - <li class="inline-block hover:bg-secondary w-12 lg:w-32 h-20 leading-20 text-center transition-all easy-in-out duration-200"> |
| 57 | + <li class="inline-block hover:bg-secondary w-10 lg:w-32 h-20 leading-20 text-center transition-all easy-in-out duration-200"> |
58 | 58 | <i class="fa-solid fa-download"></i> |
59 | 59 | <span class='px-2 hidden lg:inline'>Download</span> |
60 | 60 | </li> |
61 | 61 | </a> |
62 | 62 | <a href='http://blog.freetubeapp.io'> |
63 | | - <li class="inline-block hover:bg-secondary w-12 lg:w-24 h-20 leading-20 text-center transition-all easy-in-out duration-200"> |
| 63 | + <li class="inline-block hover:bg-secondary w-10 lg:w-24 h-20 leading-20 text-center transition-all easy-in-out duration-200"> |
64 | 64 | <i class="fa-solid fa-rss"></i> |
65 | 65 | <span class='px-2 hidden lg:inline'>Blog</span> |
66 | 66 | </li> |
67 | 67 | </a> |
68 | 68 | <a href='/about.php'> |
69 | | - <li class="inline-block hover:bg-secondary w-12 lg:w-24 h-20 leading-20 text-center transition-all easy-in-out duration-200"> |
| 69 | + <li class="inline-block hover:bg-secondary w-10 lg:w-24 h-20 leading-20 text-center transition-all easy-in-out duration-200"> |
70 | 70 | <i class="fa-solid fa-question"></i> |
71 | 71 | <span class='px-2 hidden lg:inline'>About</span> |
72 | 72 | </li> |
73 | 73 | </a> |
74 | 74 | <a href='/privacy.php'> |
75 | | - <li class="inline-block hover:bg-secondary w-12 lg:w-24 h-20 leading-20 text-center transition-all easy-in-out duration-200"> |
| 75 | + <li class="inline-block hover:bg-secondary w-10 lg:w-24 h-20 leading-20 text-center transition-all easy-in-out duration-200"> |
76 | 76 | <i class="fa-solid fa-user-secret"></i> |
77 | 77 | <span class='px-2 hidden lg:inline'>Privacy</span> |
78 | 78 | </li> |
79 | 79 | </a> |
80 | 80 | <a class="sourceLink" href='http://source.freetubeapp.io'> |
81 | | - <li class="inline-block hover:bg-secondary w-12 lg:w-24 h-20 leading-20 text-center transition-all easy-in-out duration-200"> |
| 81 | + <li class="inline-block hover:bg-secondary w-10 lg:w-24 h-20 leading-20 text-center transition-all easy-in-out duration-200"> |
82 | 82 | <i class="fa-brands fa-github"></i> |
83 | 83 | <span class='px-2 hidden lg:inline'>Source</span> |
84 | 84 | </li> |
85 | 85 | </a> |
86 | 86 | <a class="contactLink" href="<?php echo $contactUrl; ?>"> |
87 | | - <li class="inline-block hover:bg-secondary w-12 lg:w-24 h-20 leading-20 text-center transition-all easy-in-out duration-200"> |
| 87 | + <li class="inline-block hover:bg-secondary w-10 lg:w-24 h-20 leading-20 text-center transition-all easy-in-out duration-200"> |
88 | 88 | <i class="fa-solid fa-comment"></i> |
89 | 89 | <span class='px-2 hidden lg:inline'>Contact</span> |
90 | 90 | </li> |
|
0 commit comments