Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
raimannma committed Oct 17, 2024
1 parent 0084272 commit d0b1306
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ main {
justify-content: space-around;
flex-direction: column;
width: 100%;
p{

p {
margin: 0 auto;
}
}
Expand Down Expand Up @@ -136,13 +137,13 @@ a.disabled-link {
}
}

.highlight{
.highlight {
color: #fa4454;
font-weight: bolder;
}

.note{
.note {
text-wrap: wrap;
text-align: center;
text-overflow: ellipsis;
}
}

0 comments on commit d0b1306

Please sign in to comment.