Skip to content

Commit

Permalink
Update Gemfile and GitHub Actions workflow for Jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
fundwotsai2001 committed Jul 27, 2024
1 parent f75d35c commit f7fa894
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,4 @@
overflow: hidden;
position: relative;
margin: 0 auto; /* Center the container */
}

.iframe-container iframe {
position: absolute; /* Position the iframe absolutely within the container */
top: 50%; /* Center vertically */
left: 50%; /* Center horizontally */
width: 400px; /* Set to desired display size's double */
height: 226px; /* Set to desired display size's double */
transform: translate(-50%, -50%) scale(0.5); /* Adjust scale as needed */
transform-origin: 0 0;
}
}

0 comments on commit f7fa894

Please sign in to comment.