diff options
| author | Friedrich Beckmann <friedrich.beckmann@gmx.de> | 2025-04-04 22:31:57 +0200 | 
|---|---|---|
| committer | Friedrich Beckmann <friedrich.beckmann@gmx.de> | 2025-04-04 22:31:57 +0200 | 
| commit | d120b47cb9e2282d3e5d3e42964485ac3eaa49a8 (patch) | |
| tree | 7010dac9f8c807ea7651f0cc9a61cc71cb5584ec /calendar | |
| parent | cf0e5d04eeeb75d02cdf2c422ab3c081d5716d03 (diff) | |
mehr vorlesungen, farben, kleinerer text
Diffstat (limited to 'calendar')
| -rw-r--r-- | calendar/global.css | 8 | 
1 files changed, 6 insertions, 2 deletions
| diff --git a/calendar/global.css b/calendar/global.css index 2dd4b7e..2d70596 100644 --- a/calendar/global.css +++ b/calendar/global.css @@ -2,6 +2,10 @@ body {  	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";  	padding: 0 40px;  } + +html { +	font-size: 12px; +}  @media (max-width: 575.98px) {  	body {  		padding: 0; @@ -30,7 +34,7 @@ body {  }  @media (min-width: 576px) {  	.ec { -		height: 700px; +		height: 500px;  	}  	.ec.ec-day-grid {  		height: 500px; @@ -38,7 +42,7 @@ body {  }  @media (min-width: 992px) {  	.ec { -		height: 800px; +		height: 500px;  	}  	.ec.ec-day-grid {  		height: 700px; | 
