From 44ffa0b9d3aad95c4572ecee76b582c02fdfc6da Mon Sep 17 00:00:00 2001 From: Torof Date: Mon, 22 Jul 2024 13:50:56 +0900 Subject: [PATCH] Delete src/components/app/swap/AppSwap.css --- src/components/app/swap/AppSwap.css | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/components/app/swap/AppSwap.css diff --git a/src/components/app/swap/AppSwap.css b/src/components/app/swap/AppSwap.css deleted file mode 100644 index 63813fe1..00000000 --- a/src/components/app/swap/AppSwap.css +++ /dev/null @@ -1,18 +0,0 @@ -.app-swap-container { - width: 90vw; - max-width: 800px; - margin: 0 auto; -} - -@media (max-width: 768px) { - .app-swap-container { - width: 95vw; - } -} - -@media (max-width: 480px) { - .app-swap-container { - width: 100vw; - padding: 0 10px; - } -} \ No newline at end of file