Fixed the <li>

This commit is contained in:
Sage The DM 2024-09-09 09:00:26 +02:00
parent 30a90e9329
commit d01fc5dca5
2 changed files with 16 additions and 1 deletions

View file

@ -312,6 +312,13 @@ form button:hover {
background-color: var(--accent-hover-color);
}
li a.listElement{
display: block;
width: 100%;
height: 100%;
text-decoration: none;
}
/* Responsive design */
@media (max-width: 768px) {
header ul {