git ssb

16+

Dominic / patchbay



Commit fcb080569f3b1f39543344c961d2df683b8b0052

add flex-wrap to calendar months as a minimal fix for small screens

mixmix committed on 11/11/2018, 11:04:51 PM
Parent: 9c46fa792313eae0c2a42a1c99894cc71567d11c

Files changed

app/page/calendar.mcsschanged
app/page/calendar.mcssView
@@ -69,8 +69,9 @@
6969 }
7070
7171 div.months {
7272 display: flex
73 + flex-wrap: wrap
7374
7475 div.month {
7576 margin-right: 20px
7677

Built with git-ssb-web