67 lines
960 B
CSS
67 lines
960 B
CSS
body {
|
|
font-size: larger !important;
|
|
line-height: 1.8 !important;
|
|
}
|
|
|
|
article {
|
|
max-width: 1024px !important;
|
|
margin-left: auto !important;
|
|
margin-right: auto !important;
|
|
}
|
|
|
|
article p {
|
|
margin-top: 3rem !important;
|
|
margin-bottom: 3rem !important;
|
|
}
|
|
|
|
article img {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.comments-box {
|
|
border: 1px solid #ccc;
|
|
padding: 1.5rem;
|
|
margin-top: 2rem;
|
|
border-radius: 8px;
|
|
background-color: #f9f9f9;
|
|
}
|
|
|
|
.comments-box h2 {
|
|
margin-top: 0;
|
|
font-size: 1.4rem;
|
|
border-bottom: 1px solid #ddd;
|
|
padding-bottom: 0.5rem;
|
|
color: #333;
|
|
}
|
|
|
|
.isso-text > p {
|
|
color: #333 !important;
|
|
}
|
|
|
|
.isso-auth-section label {
|
|
color: #333 !important;
|
|
}
|
|
|
|
a {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
h2 {
|
|
margin-top: 2em;
|
|
margin-bottom: 1em;
|
|
font-size: revert !important;
|
|
}
|
|
|
|
h3 {
|
|
text-align: center;
|
|
margin-top: 2em;
|
|
margin-bottom: 1em;
|
|
font-size: revert !important;
|
|
}
|
|
|
|
p {
|
|
text-indent: 20px;
|
|
}
|