mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-31 06:08:33 +00:00 
			
		
		
		
	styles(table of content): use multi column layout
This commit is contained in:
		| @@ -27,6 +27,8 @@ code { | ||||
|  | ||||
| :root { | ||||
|   --auto-grid-min-size: 17rem; | ||||
|  | ||||
|   --l-gap: 1rem; | ||||
| } | ||||
|  | ||||
| $primary-color: #0e4bff; //cobalt blue is so pretty// | ||||
| @@ -171,7 +173,13 @@ th { | ||||
|     auto-fill, | ||||
|     minmax(var(--auto-grid-min-size), 1fr) | ||||
|   ); | ||||
|   grid-gap: 1rem; | ||||
|   grid-gap: var(--l-gap); | ||||
| } | ||||
|  | ||||
| .multi-column { | ||||
|   column-count: auto; | ||||
|   column-gap: var(--l-gap); | ||||
|   column-width: var(--auto-grid-min-size); | ||||
| } | ||||
|  | ||||
| .small-left-grid { | ||||
| @@ -414,3 +422,7 @@ th { | ||||
| .site-footer { | ||||
|   margin-top: 3rem; | ||||
| } | ||||
|  | ||||
| .u-no-padding-left { | ||||
|   padding-left: 0 !important; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Oscar
					Oscar