This commit is contained in:
2025-11-18 22:31:22 +03:00
parent f4fa4639dc
commit d4e2105c03
3 changed files with 19 additions and 29 deletions

View File

@@ -94,12 +94,9 @@
justify-content: center;
align-items: center;
gap: 20px;
position: fixed;
bottom: 3%;
left: 50%;
transform: translateX(-50%);
width: 100%;
z-index: 10;
margin-top: 8px;
}
.socialIcon {
@@ -289,10 +286,6 @@
/* Social icons positioning for tablet */
.socialIconsContainer {
position: fixed;
bottom: 32px;
left: 50%;
transform: translateX(-50%);
display: flex;
gap: 28px;
padding: 16px 28px;
@@ -494,10 +487,6 @@
/* Social icons positioning for desktop */
.socialIconsContainer {
position: fixed;
bottom: 24px;
left: 50%;
transform: translateX(-50%);
display: flex;
gap: 24px;
backdrop-filter: blur(12px);