From 9c856a0f865b3c7b6f68d201e62f6ac070dbcbba Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Tue, 24 Oct 2023 13:15:04 +0200 Subject: [PATCH] [mirotalksfu] - #130 add footer social icon hover --- public/css/landing.css | 7 +++++++ public/views/404.html | 8 ++++---- public/views/50X.html | 8 ++++---- public/views/about.html | 8 ++++---- public/views/landing.html | 8 ++++---- public/views/login.html | 8 ++++---- public/views/newroom.html | 8 ++++---- public/views/permission.html | 8 ++++---- public/views/privacy.html | 8 ++++---- 9 files changed, 39 insertions(+), 32 deletions(-) diff --git a/public/css/landing.css b/public/css/landing.css index 8b926de2..5ccbea72 100644 --- a/public/css/landing.css +++ b/public/css/landing.css @@ -1645,6 +1645,13 @@ main { .footer-links li + li { margin-left: 24px; } +.footer-social-icon { + transform: scale(1); + transition: transform 0.2s; +} +.footer-social-icon:hover { + transform: scale(2); +} @media (min-width: 641px) { .site-footer { margin-top: 20px; diff --git a/public/views/404.html b/public/views/404.html index 2af95a4f..212d7125 100755 --- a/public/views/404.html +++ b/public/views/404.html @@ -111,7 +111,7 @@