diff --git a/public/style.css b/public/style.css index 7f6c1f8..4521292 100644 --- a/public/style.css +++ b/public/style.css @@ -27,7 +27,8 @@ main { justify-content: space-around; flex-direction: column; width: 100%; - p{ + + p { margin: 0 auto; } } @@ -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; -} \ No newline at end of file +}