Skip to content

Commit fdaf670

Browse files
authored
Merge pull request #8 from simpletut/fixCssAfterMajorChanges
Fix css after major changes
2 parents 208440c + 5b38e95 commit fdaf670

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

example/src/styles.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
}
1515

1616
.currentYear {
17-
font-family: arial;
1817
font-size: 32px;
1918
line-height: 1;
2019
font-weight: 400;
@@ -80,7 +79,6 @@
8079
}
8180

8281
.monthName {
83-
font-family: arial;
8482
font-size: 24px;
8583
line-height: 1;
8684
font-weight: 400;
@@ -184,7 +182,8 @@
184182
}
185183

186184
@media (max-width: 768px) {
187-
.month {
185+
.month,
186+
.twoCol .month {
188187
width: 100%;
189188
}
190189
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactjs-availability-calendar",
3-
"version": "1.0.9",
3+
"version": "1.1.0",
44
"description": "React Availability Calendar",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",

styles/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@
177177
}
178178

179179
@media (max-width: 768px) {
180-
.month {
180+
.month,
181+
.twoCol .month {
181182
width: 100%;
182183
}
183184
}

styles/main.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)