This commit is contained in:
VividTruthKeeper 2023-02-20 15:30:04 +05:00
parent 5a4ae296a3
commit 70a6b28cf8
2 changed files with 2 additions and 1 deletions

View File

@ -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)",

View File

@ -2,6 +2,7 @@
display: grid;
grid-template-columns: 32rem 1fr;
gap: 1.6rem;
height: 18rem;
}
.news-info {