requests page and styling

This commit is contained in:
2026-05-06 09:27:10 -07:00
parent 73c195cab2
commit dd415df862
4 changed files with 69 additions and 8 deletions

View File

@ -92,11 +92,13 @@
/* individual listings */
.listing {
.listing,
.request {
margin-bottom: 1rem;
}
.listing strong {
.listing strong,
.request strong {
font-weight: bold;
}
@ -108,3 +110,26 @@
font-size: .85rem;
text-align: right;
}
/* Requests page */
.title {
background-color: var(--color-gray);
padding: .25rem;
margin-bottom: .5rem;
display: flex;
justify-content: space-between;
flex-flow: row wrap;
}
.title h2 {
text-transform: capitalize;
margin: 0;
}
.title p {
font-family: "Bebas Neue", sans-serif;
font-size: 1.5rem;
margin: 0;
text-align: right;
margin-left: auto;
}