@@ -22,6 +26,6 @@

We allow you to add your secrets that you don't want to share with anyone.

- + <%- include('partials/footer') %> diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs index 6756fda..7efe824 100644 --- a/views/partials/footer.ejs +++ b/views/partials/footer.ejs @@ -147,4 +147,38 @@ .mt-4 { margin-top: 1.5rem; } + + @media (min-width: 768px) { + /* Adjust for larger screens */ + .col-md-3 { + flex-basis: 24%; + } + + .footer-title { + font-size: 1.8rem; + } + + .footer-link { + font-size: 1.1rem; + } + } + + /* Adjust text size for smaller devices */ + @media (max-width: 576px) { + p.text-white{ + font-size: 0.9rem; + } + .footer-title { + font-size: 1.4rem; + } + + .footer-link { + font-size: 0.9rem; + } + + .social-icon .icon { + width: 40px; + height: 40px; + } + } diff --git a/views/partials/header.ejs b/views/partials/header.ejs index 0308ae6..a3c3f86 100644 --- a/views/partials/header.ejs +++ b/views/partials/header.ejs @@ -24,13 +24,13 @@ - +