requests page and styling
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user