Reduce font-size, padding and width.
This commit is contained in:
		
							parent
							
								
									6fa9c64e84
								
							
						
					
					
						commit
						b444512c3b
					
				|  | @ -14,7 +14,7 @@ body { | |||
| 
 | ||||
|   background-color: var(--background-1); | ||||
|   color: var(--foreground-1); | ||||
|   font-size: 2rem; | ||||
|   font-size: 1.5rem; | ||||
| } | ||||
| 
 | ||||
| a, | ||||
|  |  | |||
|  | @ -11,14 +11,14 @@ | |||
| .page-header, | ||||
| .page-main, | ||||
| .page-footer { | ||||
|   @include responsive-container(1200px); | ||||
|   @include responsive-container(900px); | ||||
| 
 | ||||
|   margin-bottom: var(--large-spacing); | ||||
|   padding: var(--large-spacing); | ||||
| } | ||||
| 
 | ||||
| .page-header { | ||||
|   border-bottom: 4px solid var(--background-2); | ||||
|   padding: var(--large-spacing); | ||||
| } | ||||
| 
 | ||||
| .page-main { | ||||
|  | @ -38,4 +38,5 @@ | |||
|   display: flex; | ||||
|   flex-direction: column; | ||||
|   gap: var(--large-spacing); | ||||
|   padding: var(--large-spacing); | ||||
| } | ||||
|  |  | |||
		Reference in New Issue