Update
This commit is contained in:
@@ -75,5 +75,27 @@
|
|||||||
.banner-title span{
|
.banner-title span{
|
||||||
font-family: var(--Playfair);
|
font-family: var(--Playfair);
|
||||||
color: var(--exDark);
|
color: var(--exDark);
|
||||||
|
}
|
||||||
|
.banner p{
|
||||||
|
padding: 1rem 0 2rem 0;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
text-transform: capitalize;
|
||||||
|
font-family: var(--Roboto);
|
||||||
|
font-weight: 300;
|
||||||
|
word-spacing: 2px;
|
||||||
|
}
|
||||||
|
.banner form{
|
||||||
|
background: #fff;
|
||||||
|
border-radius: 2rem;
|
||||||
|
padding: 0.6rem 1rem;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
.search-input{
|
||||||
|
font-family: var(--Roboto);
|
||||||
|
font-size: 1.1rem;
|
||||||
|
width: 100%;
|
||||||
|
outline: 0;
|
||||||
|
padding: 0.6rem 0;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user