From a62258819f67d74d3ba05de2f83b2b14d6dd26ad Mon Sep 17 00:00:00 2001 From: nquidox Date: Sun, 12 Oct 2025 14:20:25 +0300 Subject: [PATCH] added --- src/App.vue | 2 ++ src/components/Footer/Footer.vue | 12 ++++++++++++ src/styles/styles.css | 8 ++++++++ 3 files changed, 22 insertions(+) create mode 100644 src/components/Footer/Footer.vue diff --git a/src/App.vue b/src/App.vue index 8d44dae..ec2a28a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,6 @@ diff --git a/src/styles/styles.css b/src/styles/styles.css index 665f0c1..5c4660b 100644 --- a/src/styles/styles.css +++ b/src/styles/styles.css @@ -2,6 +2,10 @@ margin-top: 10px; } +.mb-10 { + margin-bottom: 10px; +} + .mb-20 { margin-bottom: 30px; } @@ -53,6 +57,10 @@ text-align: center; } +.text-muted { + opacity: 0.6; +} + .sticky-search-container { position: sticky; top: 0;