24 lines
305 B
CSS
24 lines
305 B
CSS
.container_smpl {
|
|
width: 80%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-top: 1em;
|
|
margin-bottom: 1em;
|
|
min-height: 90vh;
|
|
}
|
|
|
|
p {
|
|
text-align: justify;
|
|
text-justify: inter-word;
|
|
}
|
|
|
|
ol,
|
|
ul {
|
|
text-align: justify;
|
|
}
|
|
|
|
.row {
|
|
margin-top: 1em;
|
|
margin-bottom: 1em;
|
|
}
|