Skip to content

Commit 78e094b

Browse files
Minotriz02Minotriz02
Minotriz02
authored and
Minotriz02
committed
news styles added
1 parent 3b6e97f commit 78e094b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/src/App.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ a {
77
}
88

99
.text-wrap-balance {
10-
text-wrap: balance;
10+
text-wrap: pretty;
1111
}

src/src/components/new/New.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ function New(props) {
3232
>
3333
<Row
3434
style={{}}
35-
className="m-0 p-4 border-bottom border-2 hidden-news flex-column flex-lg-row"
35+
className="m-0 p-4 border-bottom border-2 hidden-news flex-column flex-lg-row align-items-center "
3636
ref={hiddenElement}
3737
>
38-
<Col className="col-1">
38+
<Col className="col-auto col-md-2 col-xl-1">
3939
<p className="text-muted">{props.date}</p>
4040
</Col>
4141
<Col className="p-0">

0 commit comments

Comments
 (0)