This commit is contained in:
Iliyan Angelov
2025-10-10 02:01:46 +03:00
parent dd8eb1c7aa
commit f962401565
36 changed files with 2560 additions and 659 deletions

View File

@@ -17,7 +17,7 @@
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
.primary-navbar {
padding: 20px 0px;
padding: 15px 0px;
transition: all 0.3s ease;
height: 80px;
display: flex;
@@ -270,7 +270,7 @@
padding: 12px 24px;
border-radius: 6px;
font-weight: 600;
text-transform: uppercase;
text-transform: none;
letter-spacing: 0.5px;
font-size: 13px;
transition: all 0.3s ease;
@@ -291,8 +291,12 @@
}
.logo-img {
height: 100%;
display: flex;
align-items: center;
img {
max-height: 150px;
max-height: 90px;
width: auto;
}
}
@@ -405,7 +409,7 @@
font-size: 5.5vw;
line-height: 1.1;
font-weight: 800;
text-transform: uppercase;
text-transform: none;
max-width: 35vw;
z-index: 2;
color: white;
@@ -474,7 +478,7 @@
line-height: 1.2;
font-size: 16px;
width: 100%;
text-transform: capitalize;
text-transform: none;
font-size: 28px;
font-weight: 600;
justify-content: flex-end;
@@ -994,7 +998,8 @@
@media (max-width: 767.98px) {
.tp-header {
.logo-img img {
max-height: 120px;
max-height: 68px !important;
height: 68px !important;
}
.primary-navbar {
@@ -1114,7 +1119,8 @@
@media (max-width: 575.98px) {
.tp-header {
.logo-img img {
max-height: 90px;
max-height: 58px !important;
height: 58px !important;
}
.primary-navbar {