styling
This commit is contained in:
parent
5a4ae296a3
commit
70a6b28cf8
|
|
@ -16,7 +16,7 @@ export const searchMotion: Variants = {
|
|||
|
||||
export const searchMobileMotion: Variants = {
|
||||
rest: {
|
||||
width: "7rem",
|
||||
width: "5rem",
|
||||
right: "8rem",
|
||||
type: "spring",
|
||||
borderColor: "rgba(166, 166, 166, 0)",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
display: grid;
|
||||
grid-template-columns: 32rem 1fr;
|
||||
gap: 1.6rem;
|
||||
height: 18rem;
|
||||
}
|
||||
|
||||
.news-info {
|
||||
|
|
|
|||
Loading…
Reference in New Issue