small fixes to every page - stopped on gdd

This commit is contained in:
chimchooree
2022-10-14 11:56:16 -05:00
parent 72504d4d4b
commit f739443483
12 changed files with 73 additions and 54 deletions
+13 -32
View File
@@ -1,46 +1,27 @@
.content-grid {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto auto auto;
grid-template-rows: repeat(3, auto);
grid-column-gap: 0px;
grid-row-gap: 0em;
height: 45em;
color: white;
}
.jump {
grid-area: 1 / 1 / 2 / 2;
text-align: center;
margin: auto;
font-size: 1.5em;
}
.jump img { width: 5em; }
.long {
grid-area: grid-area: 2 / 1 / 3 / 2;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(5, auto);
grid-row-gap: 95vh;
height: 45em;
color: white;
overflow: auto;
}
.demo-game iframe {
.edition {
grid-area: 1 / 1 / 2 / 2;
}
.demo { grid-area: 2 / 1 / 3 / 2; }
.demo iframe {
border: 2px solid #df85a5;
padding: 10px;
display: block;
margin: auto;
}
.demo-intro {
width: 40%;
padding: 10px;
.guide {
grid-area: 3 / 1 / 4 / 2;
width: 80%;
padding: 2em;
margin: auto;
}
.demo { grid-area: 1 / 1 / 2 / 2;
}
.system { grid-area: 2 / 1 / 3 / 2;}
.story { grid-area: 3 / 1 / 4 / 2;}
.characters { grid-area: 4 / 1 / 5 / 2;}
.info { grid-area: 5 / 1 / 6 / 2;
height: 50em;}