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 c8ddaa0 commit 2e56785
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,22 @@
/* Center the header */
.header {
text-align: center;
margin-bottom: 20px;
margin-bottom: 10px; /* Reduce the margin to decrease the gap */
}

/* Style the widget container */
.widget {
margin: 0 auto;
max-width: 800px;
text-align: center; /* Center the content within the widget */
}

/* Style the iframe within the widget */
.widget iframe {
width: 100%;
height: 300px;
border: none;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
</style>
</head>
Expand Down

0 comments on commit 2e56785

Please sign in to comment.