Skip to content

Commit

Permalink
Merge pull request #6 from neulab/fix-system-image-width
Browse files Browse the repository at this point in the history
Update system image styles for better width control
  • Loading branch information
SeungoneKim authored Dec 6, 2024
2 parents a5b699a + ac423f5 commit 4134821
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,17 +201,15 @@ pre {
text-align: center;
margin: 30px auto;
width: 100%;
max-width: 1000px;
height: auto;
display: flex;
justify-content: center;
align-items: center;
max-width: 800px;
display: block;
}

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

.button-container {
Expand Down

0 comments on commit 4134821

Please sign in to comment.