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