forked from Decentrala/website
		
	change postiton of location and time text to make more space from events
This commit is contained in:
		@@ -59,7 +59,7 @@ def drawPoster(events, bg, fg, month:int):
 | 
				
			|||||||
    height = 410
 | 
					    height = 410
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    draw.text((120, height), "Radionice pocinju u 19h u DC Krovu", font=fontIosevkaSmall, fill=fg)
 | 
					    draw.text((120, height), "Radionice pocinju u 19h u DC Krovu", font=fontIosevkaSmall, fill=fg)
 | 
				
			||||||
    height += 70
 | 
					    height += 100
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    for event in events:
 | 
					    for event in events:
 | 
				
			||||||
        date = DAYS_OF_WEEK_SR[event["date"].weekday()]
 | 
					        date = DAYS_OF_WEEK_SR[event["date"].weekday()]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user