Only have fixed height on graph on desktop.
This commit is contained in:
		| @@ -168,9 +168,12 @@ export default { | |||||||
| @import "@/styles/media-queries.scss"; | @import "@/styles/media-queries.scss"; | ||||||
|  |  | ||||||
| .chart { | .chart { | ||||||
|   height: 40vh; |  | ||||||
|   max-height: 500px; |  | ||||||
|   width: 100%; |   width: 100%; | ||||||
|  |  | ||||||
|  |   @include desktop { | ||||||
|  |     height: 40vh; | ||||||
|  |     max-height: 500px; | ||||||
|  |   } | ||||||
| } | } | ||||||
|  |  | ||||||
| .year-select { | .year-select { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user