Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeetov authored Nov 19, 2023
1 parent a46a8bc commit c8ddaa0
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,6 @@
text-align: center;
margin-bottom: 20px;
}

/* Style the widget container */
.widget {
margin: 0 auto;
max-width: 800px;
}

/* Style the iframe within the widget */
.widget iframe {
width: 100%;
height: 140px;
border: none;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
</style>
</head>
<body>
Expand All @@ -52,7 +38,7 @@ <h1>UserPFP</h1>
</div>
<div class="widget">
<!-- Your widget content goes here -->
<iframe src="https://userpfp.github.io/website/widget.html" width="100%" height="140" frameborder="0"></iframe>
<iframe src="https://userpfp.github.io/website/widget.html" width="100%" height="300" frameborder="0"></iframe>
</div>
</body>
</html>

0 comments on commit c8ddaa0

Please sign in to comment.