0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 14:08:23 -05:00

chores: remove missed duplicate footer selector

This commit is contained in:
cybrejon 2023-12-09 21:14:37 +08:00
parent 5ee20acf14
commit 4e06216032

View File

@ -254,6 +254,8 @@ footer {
align-items: center;
padding: 1.7rem 1.7rem 4rem;
gap: 1.8rem;
flex-direction: column;
justify-content: center;
}
header h1 a {
@ -302,11 +304,6 @@ footer div {
gap: 1rem;
}
footer {
flex-direction: column;
justify-content: center;
}
/* Styles for the search page */
.results {