Skip to content

Commit e0f8005

Browse files
authored
Merge pull request #7 from Akash1965/consistent-names
Fix names of CSS classes #4
2 parents 11bbeda + 5b68315 commit e0f8005

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/custom-elements.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
box-shadow: 0 5px #999;
3030
}
3131

32-
.container-round {
32+
.round-container {
3333
margin: 10px auto;
3434
padding: 3px;
3535
border: 3px solid;
3636
border-radius: 50px;
3737
}
3838

39-
.heading-depth {
39+
.depth-heading {
4040
color: white;
4141
text-align: center;
4242

@@ -46,7 +46,7 @@
4646
box-shadow: 0 5px #999;
4747
}
4848

49-
.heading-round {
49+
.round-heading {
5050
color: white;
5151
text-align: center;
5252
margin: 10px auto;

0 commit comments

Comments
 (0)