From: charleswrayjr Date: Sat, 13 Sep 2025 16:49:14 +0000 (-0500) Subject: Working on tailwind and styles. X-Git-Url: https://git.phasecustomsoft.com/static/gitweb.js?a=commitdiff_plain;h=b0fc24c81ea027ccc65ae372c476b08b4942f0c5;p=phs-admin.git Working on tailwind and styles. --- diff --git a/src/App.js b/src/App.js index b291e31..6e44ca2 100755 --- a/src/App.js +++ b/src/App.js @@ -21,7 +21,7 @@ const App = () => {
-
{/* Padding for sticky header */} +
{/* Padding for sticky header */}
diff --git a/src/styles/App.css b/src/styles/App.css index 33c4fb9..b7a6f3c 100755 --- a/src/styles/App.css +++ b/src/styles/App.css @@ -1,25 +1,3 @@ -/* main.css or similar */ - -.App { - text-align: center; -} - -.app-header { - min-height: 2rem; - background-color: rgb(103, 58, 183); - padding: .25rem; - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - font-size: calc(10px + 2vmin); - color: white; -} - -.App-link { - color: #61dafb; -} - .container { @apply max-w-7xl mx-auto p-4; } @@ -46,4 +24,4 @@ .chat-message-received { @apply bg-gray-100 mr-auto max-w-xs; -} +} \ No newline at end of file