justifying text of paragraphs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
simonpetit 2024-12-09 15:51:45 +00:00
parent 7b4e5a29ad
commit 7dcf616740

View File

@ -4,7 +4,7 @@ body {
.title {
margin-top: 5vh;
margin-bottom: 7vh;
margin-bottom: 6vh;
text-align: center;
font-family: 'IBM Plex Mono', monospace;
}
@ -19,14 +19,20 @@ body {
color: #AAA;
}
.title {
margin-bottom: 6vh;
}
article {
width: 70vw;
margin-right: auto;
margin-left: auto;
}
article p {
text-align: justify;
}
article h1 {
}
footer {
width: 70vw;
margin-top: 6vh;
@ -34,6 +40,7 @@ footer {
margin-left: auto;
font-size: 1.3vh;
}
footer span a {
color: #FF8608;
}