mirror of
https://github.com/20kaushik02/spotify-manager-web.git
synced 2026-01-26 00:24:05 +00:00
styling
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: calc(10px + 2vmin);
|
||||
font-size: var(--headingFontSize);
|
||||
}
|
||||
|
||||
.app_logo {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import React, { useEffect } from "react"
|
||||
import { useSearchParams } from "react-router-dom";
|
||||
import styles from "./Landing.module.css"
|
||||
import logo from '../../assets/icons/logo.svg';
|
||||
import { showInfoToastNotification, showSuccessToastNotification } from "../../components/ToastNotification";
|
||||
import AnimatedSVG from "../../components/AnimatedSVG";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user