Skip to content

Commit

Permalink
fix: formating
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Dec 21, 2024
1 parent 4bac7b2 commit 1bcae3d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ section {
padding: 80px 15px;
}

section.centered {
max-width: 800px;
height: 100%;
margin: 0px auto;
}

svg {
height: inherit;
width: inherit;
Expand Down Expand Up @@ -154,12 +160,6 @@ button:hover {
background-color: #fff;
}

section.centered {
max-width: 800px;
height: 100%;
margin: 0px auto;
}

footer {
padding: 80px 15px;
color: #fff;
Expand Down

0 comments on commit 1bcae3d

Please # to comment.