mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-23 01:40:10 +00:00
grid adjustments
This commit is contained in:
parent
180b155119
commit
38cac297d3
@ -59,16 +59,17 @@ li {
|
|||||||
grid-row-gap: 1em; }
|
grid-row-gap: 1em; }
|
||||||
#title {
|
#title {
|
||||||
grid-column: 1 / span 2;
|
grid-column: 1 / span 2;
|
||||||
grid-row: 2; }
|
grid-row: 1; }
|
||||||
#summary {
|
#summary {
|
||||||
grid-column: 3 / span 2;
|
grid-column: 3 / span 2;
|
||||||
grid-row: 1; }
|
grid-row: 1; }
|
||||||
#description {
|
#description {
|
||||||
grid-column: span 4; }
|
grid-column: span 4;
|
||||||
|
grid-row: 2; }
|
||||||
.item {
|
.item {
|
||||||
grid-column: span 2; }
|
grid-column: span 2; }
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 4em; }
|
font-size: 3.5em; }
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 1.3em; } }
|
font-size: 1.3em; } }
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ Future phases will include definitions and resources.</p>
|
|||||||
<li>Ablelism</li>
|
<li>Ablelism</li>
|
||||||
<li>Ambulatory Wheelchair</li>
|
<li>Ambulatory Wheelchair</li>
|
||||||
<li>Ancestors</li>
|
<li>Ancestors</li>
|
||||||
|
<li>Anti-blackness</li>
|
||||||
<li>Anxiety disorders</li>
|
<li>Anxiety disorders</li>
|
||||||
<li>aromantic</li>
|
<li>aromantic</li>
|
||||||
<li>asexual</li>
|
<li>asexual</li>
|
||||||
|
@ -121,7 +121,7 @@ li {
|
|||||||
|
|
||||||
#title {
|
#title {
|
||||||
grid-column: 1 / span 2;
|
grid-column: 1 / span 2;
|
||||||
grid-row: 2;
|
grid-row: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#summary {
|
#summary {
|
||||||
@ -131,6 +131,7 @@ li {
|
|||||||
|
|
||||||
#description {
|
#description {
|
||||||
grid-column: span 4;
|
grid-column: span 4;
|
||||||
|
grid-row: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
@ -138,7 +139,7 @@ li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 4em;
|
font-size: 3.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user