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