Private
Public Access
1
0

fix: usr: the css problem had been solved on reponsive gfx on homepage #4

This commit is contained in:
2026-04-18 10:34:46 +02:00
parent bd074c5c9d
commit a9ee28b395
5 changed files with 20 additions and 19 deletions

View File

@@ -14,7 +14,6 @@ footer {
gap: 40px;
}
// Left: brand block
.footer-brand {
display: flex;
flex-direction: column;
@@ -55,7 +54,6 @@ footer {
line-height: 1.5;
}
// Right: navigation
.footer-nav-label {
font: 700 11px 'Rajdhani', sans-serif;
text-transform: uppercase;
@@ -91,7 +89,6 @@ footer {
}
}
// Bottom copyright bar
.footer-copy {
border-top: 1px solid rgba(255, 255, 255, 0.05);
padding: 16px 60px;
@@ -112,4 +109,4 @@ footer {
&:hover { color: #95cff5; }
}
}
}