Skip to content

Commit

Permalink
2nd
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyandileep committed Nov 19, 2024
1 parent 8647688 commit c83d1a1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script type="module" src="/dist/main.jsx"></script>
</body>
</html>
5 changes: 0 additions & 5 deletions src/App.css
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@

.app {
display: grid;
min-width: 100vh;
background-color: rgb(140, 194, 255);
}
6 changes: 6 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}

.app {
display: grid;
min-width: 100vh;
margin: 0;
}

0 comments on commit c83d1a1

Please sign in to comment.