mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-31 06:08:33 +00:00 
			
		
		
		
	Make title span two columns on viewports > 800px.
Also ensure following paragraph remains below title, as following the default grid behaviour, it would flow into adjacent column.
This commit is contained in:
		| @@ -142,11 +142,20 @@ ul[class] { | ||||
|   line-height: 0.75; | ||||
|   padding: 0; | ||||
|   margin: 0.5rem 0rem; | ||||
|   grid-column: span 2; | ||||
|   // transform: rotateZ(90deg); | ||||
|   // margin: 13rem -7rem; | ||||
| } | ||||
|  | ||||
| @media (min-width: 800px) { | ||||
|   .title__thicc { | ||||
|       grid-column: 1 / 3; | ||||
|   } | ||||
|  | ||||
|   .title__thicc + p { | ||||
|     grid-column: 1 / 2; | ||||
|   } | ||||
| } | ||||
|  | ||||
| .help { | ||||
|   margin: 1rem 0; | ||||
|   li { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Laura Kalbag
					Laura Kalbag