Skip to content

Commit

Permalink
Merge branch 'main' into fix-image-width-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungoneKim authored Dec 6, 2024
2 parents 7cb3b7b + 4134821 commit f679301
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions docs/assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,18 +201,15 @@ pre {
text-align: center;
margin: 30px auto;
width: 100%;
max-width: 900px;
position: relative;
padding-bottom: 40%;
max-width: 800px;
display: block;
}

.sys-img img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: contain;
height: auto;
display: block;
margin: 0 auto;
}

.button-container {
Expand Down

0 comments on commit f679301

Please sign in to comment.