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:
parent
5ee20acf14
commit
4e06216032
@ -254,6 +254,8 @@ footer {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 1.7rem 1.7rem 4rem;
|
padding: 1.7rem 1.7rem 4rem;
|
||||||
gap: 1.8rem;
|
gap: 1.8rem;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
header h1 a {
|
header h1 a {
|
||||||
@ -302,11 +304,6 @@ footer div {
|
|||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
|
||||||
flex-direction: column;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Styles for the search page */
|
/* Styles for the search page */
|
||||||
|
|
||||||
.results {
|
.results {
|
||||||
|
Loading…
Reference in New Issue
Block a user