dashboard-delight / style.css
praven2's picture
Create a app using vite react js and show dashboard screen
e01e648 verified
raw
history blame contribute delete
263 Bytes
/* Base styles */
body {
font-family: 'Inter', sans-serif;
margin: 0;
padding: 0;
background-color: #f8fafc;
}
.dashboard-container {
display: grid;
grid-template-columns: 240px 1fr;
min-height: 100vh;
}
/* Add any additional global styles here */