shared some attributes to other objects to add style to search results

This commit is contained in:
Capelier-Marla 2023-01-26 15:32:21 +01:00
parent a7060f46dd
commit cbf5d2c0d2

View File

@ -322,6 +322,13 @@ main.userView > form > label {
box-shadow: var(--shadow);
}
main.search > article {
display: flex;
flex-direction: column;
gap: var(--size-max);
max-width: 700px;
}
main.search > article > form {
display: flex;
flex-direction: row;
@ -331,6 +338,13 @@ main.search > article > form > label {
display: none;
}
main.search > article > section {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: var(--size-xl);
}
footer {
display: flex;
flex-direction: column;