Updated footer.
This commit is contained in:
parent
c082844d29
commit
d10ca3c395
|
@ -3261,6 +3261,10 @@ video {
|
|||
--tw-text-opacity: 0.4;
|
||||
}
|
||||
|
||||
.underline {
|
||||
text-decoration-line: underline;
|
||||
}
|
||||
|
||||
.placeholder-gray-500::-moz-placeholder {
|
||||
--tw-placeholder-opacity: 1;
|
||||
color: rgb(107 114 128 / var(--tw-placeholder-opacity));
|
||||
|
|
|
@ -74,7 +74,9 @@
|
|||
<p class="mt-8 text-base text-center text-gray-400">© {{ now.Format "2006" }}
|
||||
{{ .Site.Title }}. All rights
|
||||
reserved.</p>
|
||||
<p class="mt-2 text-base text-center text-gray-400">Made with ❤️ by <span
|
||||
class="font-black uppercase">Nusser</span> <span class="font-light uppercase">Studios.</span></p>
|
||||
<p class="mt-2 text-base text-center text-gray-400">Made with ❤️ by <a
|
||||
href="https://nusserstudios.com" class="hover:underline hover:text-indigo-600"><span
|
||||
class="font-black uppercase">Nusser</span> <span class="font-light uppercase">Studios.</span></a>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
|
@ -3261,6 +3261,10 @@ video {
|
|||
--tw-text-opacity: 0.4;
|
||||
}
|
||||
|
||||
.underline {
|
||||
text-decoration-line: underline;
|
||||
}
|
||||
|
||||
.placeholder-gray-500::-moz-placeholder {
|
||||
--tw-placeholder-opacity: 1;
|
||||
color: rgb(107 114 128 / var(--tw-placeholder-opacity));
|
||||
|
|
Loading…
Reference in New Issue