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

@@ -320,7 +320,6 @@ footer nav ul li {
}
footer nav ul li:nth-child(even) {
width: 50px;
text-align: center;
}
@@ -401,8 +400,4 @@ footer nav ul li a:hover {
footer nav ul li {
display: block;
}
footer nav ul li:nth-child(even) {
display: none;
}
}