Skip to content

Commit 8e2fd47

Browse files
authored
add width to days
1 parent 5710366 commit 8e2fd47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,8 @@ label {
5656
display: flex;
5757
}
5858

59+
.day {
60+
width: calc(100vw/7);
61+
}
62+
5963
}

0 commit comments

Comments
 (0)