Skip to content

Commit

Permalink
fix: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhauke committed Aug 15, 2024
1 parent f3ac668 commit cc0e4c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/components/Step.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const {step} = Astro.props
align-items: center;
counter-increment: steps;
list-style: none;
//background: var(--signalpink);
padding: 20px;
@media screen and (max-width: 500px) {
padding: 20px 10px;
Expand Down
4 changes: 0 additions & 4 deletions src/components/Steps.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,9 @@ const {steps} = Astro.props;

.steps {
counter-reset: steps;
//background: var(--darkred);
//color: var(--flatpink);
//border-color: var(--signalpink);
background: var(--shadowpink);
color: var(--flatpink);
border-color: var(--signalpink);
//padding: 20px;
h1 {
background-color: var(--darkred);
}
Expand Down

0 comments on commit cc0e4c8

Please sign in to comment.