Skip to content

Commit

Permalink
Merge pull request #39 from QuanHeMa/patch-2
Browse files Browse the repository at this point in the history
Update style.css
  • Loading branch information
Sa2003hil authored Oct 30, 2023
2 parents bd07f2b + cd760e3 commit 708493b
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1098,27 +1098,20 @@ p {
}

.additional-info {
background-color: black;
text-align: center;
padding: 20px;

}

.additional-info p {
color: white;
margin: 0;
display: flex;
flex-direction: column;
align-items: center;
}

.additional-info .row {
.row {
display: flex;
flex-wrap: wrap;
justify-content: center;
justify-content: space-between;
}

.additional-info .row .item {
margin: 10px;

color: white;
.item {
text-align: center;
flex-basis: calc(50% - 10px);
font-size: 20px;
}

.arrow-icon {
Expand Down

0 comments on commit 708493b

Please sign in to comment.