Skip to content

Commit

Permalink
fix: scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
surajsharma committed Feb 2, 2024
1 parent 38cf88f commit ff40bf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</head>
<body>
<div class="flex justify-center">
<div class="flex-col w-96 justify-self-center">
<div class="flex-col w-96">
<div class="mast h-10 leading-none text-white border bg-black">
<div class="flex gap-2">
<img src="ip.png" alt="inversepolarity" width="30px" />
Expand Down
2 changes: 1 addition & 1 deletion ip.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

html body {
font-family: "bm", sans-serif;
width:100vw;
width:99vw;
height:100vh;
padding:10px;
background-color: black;
Expand Down

0 comments on commit ff40bf5

Please sign in to comment.