mobile style improvements for show pages
This commit is contained in:
		
							
								
								
									
										4
									
								
								presets.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								presets.js
									
									
									
									
										vendored
									
									
								
							| @@ -267,6 +267,10 @@ module.exports = { | |||||||
|    |    | ||||||
|           backgroundPosition: { |           backgroundPosition: { | ||||||
|             '0-full': ' 0 100%' |             '0-full': ' 0 100%' | ||||||
|  |           }, | ||||||
|  |  | ||||||
|  |           minHeight: { | ||||||
|  |             '500': '500px', | ||||||
|           } |           } | ||||||
|         }, |         }, | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										3
									
								
								public/css/app.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								public/css/app.css
									
									
									
									
										vendored
									
									
								
							| @@ -7281,6 +7281,9 @@ button, input, optgroup, select, textarea{ | |||||||
| .min-h-0{ | .min-h-0{ | ||||||
|   min-height: 0px; |   min-height: 0px; | ||||||
| } | } | ||||||
|  | .min-h-500{ | ||||||
|  |   min-height: 500px; | ||||||
|  | } | ||||||
| .min-h-full{ | .min-h-full{ | ||||||
|   min-height: 100%; |   min-height: 100%; | ||||||
| } | } | ||||||
|   | |||||||
| @@ -1,3 +1,3 @@ | |||||||
| <div class="lg:w-4/12 lg:border-r border-gray-300 pr-12 mb-4 sm:mb-0"> | <div class="lg:w-4/12 lg:border-r border-gray-300 lg:pr-12 mb-4 sm:mb-0"> | ||||||
|     {!! $slot !!} |     {!! $slot !!} | ||||||
| </div> | </div> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user