Finished calendar.js (for now)

This commit is contained in:
2020-06-26 13:07:57 +02:00
parent 812ff6e855
commit df8eb6c8cb
4 changed files with 12 additions and 9 deletions
+3 -3
View File
@@ -285,11 +285,11 @@ $primary-color: $blue;
color: $gray;
font-size: $sm-font-size;
font-weight: $font-weight--bold;
padding: 12px 3px;
padding: 6px 3px;
text-align: center;
text-transform: uppercase;
width: 40px;
height: 38px;
height: 18px;
@include mq(360) {
width: 46px;
@@ -309,7 +309,7 @@ $primary-color: $blue;
@include mq(360) {
width: 46px;
height: 48px;
height: 24px;
}
@include mq(410) {