Skip to content

Commit

Permalink
Improve looks
Browse files Browse the repository at this point in the history
  • Loading branch information
micouy committed Dec 3, 2024
1 parent 5fe4eb1 commit 49a1671
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,25 @@
--font-family: sans-serif;
}

body {
/* font-size: 5vw; */
}

main {
display: flex;
flex-direction: column;
}

main p {
text-align: justify;
overflow-x: hidden;
}

main > img {
align-self: center;
main img {
/* align-self: center; */
margin-left: auto;
margin-right: auto;
max-width: 100%;
max-height: 50rem;
}

main > pre {
/* align-self: center; */
width: 100%;
}

Expand Down

0 comments on commit 49a1671

Please sign in to comment.