Skip to content

Commit 8c12218

Browse files
committedJun 27, 2022
Update class name
1 parent 386b70a commit 8c12218

File tree

4 files changed

+14177
-3421
lines changed

4 files changed

+14177
-3421
lines changed
 

‎index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1>2022</h1>
2626
diabetes and raising funds to support the campaign against diabetes
2727
from people all over the country.
2828
</p>
29-
<div class="program">
29+
<div class="overview">
3030
<h3>2022.08.06(SAT)</h3>
3131
<p>
3232
The march will start at Carnivore Grounds at 07:00 (local time) and

‎package-lock.json

+14,174-3,418
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"eslint": "^7.32.0",
55
"eslint-config-airbnb-base": "^14.2.1",
66
"eslint-plugin-import": "^2.26.0",
7-
"hint": "^2.0.0",
7+
"hint": "^7.0.1",
88
"stylelint": "^13.13.1",
99
"stylelint-config-standard": "^21.0.0",
1010
"stylelint-csstree-validator": "^1.9.0",

‎style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ p {
5252
border: #fff 3px solid;
5353
}
5454

55-
#header .program {
55+
#header .overview {
5656
margin-top: 30px;
5757
}
5858

0 commit comments

Comments
 (0)
Please sign in to comment.