justifying text of paragraphs
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7b4e5a29ad
commit
7dcf616740
@ -4,7 +4,7 @@ body {
|
|||||||
|
|
||||||
.title {
|
.title {
|
||||||
margin-top: 5vh;
|
margin-top: 5vh;
|
||||||
margin-bottom: 7vh;
|
margin-bottom: 6vh;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: 'IBM Plex Mono', monospace;
|
font-family: 'IBM Plex Mono', monospace;
|
||||||
}
|
}
|
||||||
@ -19,14 +19,20 @@ body {
|
|||||||
color: #AAA;
|
color: #AAA;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
|
||||||
margin-bottom: 6vh;
|
|
||||||
}
|
|
||||||
article {
|
article {
|
||||||
width: 70vw;
|
width: 70vw;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article p {
|
||||||
|
text-align: justify;
|
||||||
|
}
|
||||||
|
|
||||||
|
article h1 {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
width: 70vw;
|
width: 70vw;
|
||||||
margin-top: 6vh;
|
margin-top: 6vh;
|
||||||
@ -34,6 +40,7 @@ footer {
|
|||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
font-size: 1.3vh;
|
font-size: 1.3vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer span a {
|
footer span a {
|
||||||
color: #FF8608;
|
color: #FF8608;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user