contact endpoint fixed

This commit is contained in:
victorAnumudu
2025-07-06 07:46:21 +01:00
parent 6136d762a3
commit c2db47cbb8
6 changed files with 72 additions and 44 deletions
+7 -1
View File
@@ -85,7 +85,13 @@
}
.mail-contant .mail-f{
position: absolute;
position: relative;
width: 100%;
bottom: 0;
@include desktop {
position: absolute;
}
@include desktop-lg {
position: absolute;
}
}