Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
renewedphilosophy authored Aug 18, 2024
1 parent 27552d4 commit d1133d9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -321,11 +321,13 @@
margin-top: 125px;
text-align: center;
width: fit-content;
text-align: fit-content;
}
.band-header>header h4 {
margin-left: 40px;
margin-top: 40px;
width: fit-content;
text-align: fit-content;
}
.band-header>header img {
align:right;
Expand Down Expand Up @@ -372,16 +374,16 @@
align:bottom;
}
.boxes {
text-align:center;
margin: 0 auto;
}
.boxes-image {
text-align:center;
margin: 0 auto;
}
.h2 {
text-align:center;
margin: 0 auto;
}
.h3 {
text-align:center;
margin: 0 auto;
}
}

Expand Down

0 comments on commit d1133d9

Please sign in to comment.