mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	adjust post size for mobile devices
This commit is contained in:
		| @@ -9,6 +9,12 @@ | |||||||
|     margin-bottom: var(--header-height); |     margin-bottom: var(--header-height); | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @media screen and (max-width: 600px) { | ||||||
|  |     .first-entry { | ||||||
|  |         height: 240px; | ||||||
|  |     } | ||||||
|  | } | ||||||
|  |  | ||||||
| .first-entry .entry-header { | .first-entry .entry-header { | ||||||
|     overflow: hidden; |     overflow: hidden; | ||||||
|     display: -webkit-box; |     display: -webkit-box; | ||||||
|   | |||||||
| @@ -21,6 +21,12 @@ | |||||||
|     --border: #eee; |     --border: #eee; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @media screen and (max-width: 600px) { | ||||||
|  |     :root { | ||||||
|  |         --gap: 14px; | ||||||
|  |     } | ||||||
|  | } | ||||||
|  |  | ||||||
| .dark { | .dark { | ||||||
|     --theme: #1d1e20; |     --theme: #1d1e20; | ||||||
|     --entry: #2e2e33; |     --entry: #2e2e33; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange