mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-30 21:58:32 +00:00 
			
		
		
		
	grid adjustments
This commit is contained in:
		| @@ -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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 tatianamac
					tatianamac