Skip to content

Commit

Permalink
fix width
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungoneKim committed Dec 6, 2024
1 parent 398add3 commit a4321bc
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions docs/assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,22 +198,10 @@ pre {
}

.sys-img {
text-align: center;
margin: 30px auto;
width: 70%;
height: 400px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}

.sys-img img {
width: auto;
height: 70%;
max-width: 100%;
max-height: 100%;
object-fit: contain;
}

.button-container {
display: flex;
Expand Down Expand Up @@ -349,8 +337,9 @@ strong {
}

.sys-img {
margin: 20px 0;
width: 70%;
width: 100%;
margin-left: 0;

}

.acknowledgement {
Expand Down

0 comments on commit a4321bc

Please sign in to comment.