|
|
|
@ -19,6 +19,7 @@ body {
|
|
|
|
|
word-break: break-word;
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: min-content auto;
|
|
|
|
|
gap: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul {
|
|
|
|
@ -236,7 +237,7 @@ input[type="submit" i] {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.article-headerless {
|
|
|
|
|
margin: 0 20px 55px 20px !important;
|
|
|
|
|
margin: 0 20px 55px 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.section {
|
|
|
|
@ -285,9 +286,6 @@ input[type="submit" i] {
|
|
|
|
|
width: 80%;
|
|
|
|
|
height: var(--ver-upr);
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
text-align: center;
|
|
|
|
|