Skip to content

Commit

Permalink
change css
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungoneKim committed Dec 6, 2024
1 parent 9ac9c8c commit 93c06e5
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions docs/assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ html {

body {
font-family: 'Noto Sans', sans-serif;
text-align: center;
}

.wrapper {
Expand All @@ -17,7 +18,7 @@ body {
margin: 0 auto;
padding: 0 30px;
box-sizing: border-box;
text-align: justify;
text-align: center;
}

h1 {
Expand Down Expand Up @@ -58,7 +59,7 @@ p {
margin-bottom: 20px;
color: #555;
font-weight: 300;
text-align: justify;
text-align: center;
line-height: 1.6;
& > b {
font-weight: 500;
Expand Down Expand Up @@ -199,18 +200,21 @@ pre {
.sys-img {
text-align: center;
margin: 30px 0;
width: 100%;
height: 400px;
display: flex;
justify-content: center;
align-items: center;
}

.sys-img img {
width: auto;
height: auto;
max-width: 100%;
max-height: 400px;
max-height: 100%;
object-fit: contain;
display: inline-block;
}


.button-container {
display: flex;
justify-content: center;
Expand Down Expand Up @@ -346,10 +350,7 @@ strong {

.sys-img {
margin: 20px 0;
}

.sys-img img {
max-height: 300px;
height: 300px;
}

.acknowledgement {
Expand Down

0 comments on commit 93c06e5

Please sign in to comment.