mirror of
				https://gitlab.com/MrFry/qmining-page
				synced 2025-04-01 20:23:44 +02:00 
			
		
		
		
	Html / content height
This commit is contained in:
		| @@ -87,7 +87,7 @@ | |||||||
| } | } | ||||||
|  |  | ||||||
| .content { | .content { | ||||||
|   height: 100%; |   height: calc(100vh - 50px); | ||||||
|   margin-left: 150px; |   margin-left: 150px; | ||||||
|   margin-top: 45px; |   margin-top: 45px; | ||||||
|   padding: 1px 7px; |   padding: 1px 7px; | ||||||
|   | |||||||
| @@ -11,7 +11,7 @@ | |||||||
| @import url('https://fonts.googleapis.com/css2?family=Kameron&family=Overpass+Mono:wght@300;400&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Kameron&family=Overpass+Mono:wght@300;400&display=swap'); | ||||||
|  |  | ||||||
| html { | html { | ||||||
|   height: calc(100vh - 50px); |   height: 100%; | ||||||
| } | } | ||||||
|  |  | ||||||
| body { | body { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user