Skip to content

Commit

Permalink
news styles added
Browse files Browse the repository at this point in the history
  • Loading branch information
Minotriz02 authored and Minotriz02 committed Mar 15, 2024
1 parent 3b6e97f commit 78e094b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ a {
}

.text-wrap-balance {
text-wrap: balance;
text-wrap: pretty;
}
4 changes: 2 additions & 2 deletions src/src/components/new/New.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ function New(props) {
>
<Row
style={{}}
className="m-0 p-4 border-bottom border-2 hidden-news flex-column flex-lg-row"
className="m-0 p-4 border-bottom border-2 hidden-news flex-column flex-lg-row align-items-center "
ref={hiddenElement}
>
<Col className="col-1">
<Col className="col-auto col-md-2 col-xl-1">
<p className="text-muted">{props.date}</p>
</Col>
<Col className="p-0">
Expand Down

0 comments on commit 78e094b

Please sign in to comment.