G R I D E X P A N S I O N

main
Astoria 2 years ago
parent 2411d2e570
commit 7cb34579ea

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

Loading…
Cancel
Save