We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6e97f commit 78e094bCopy full SHA for 78e094b
src/src/App.css
@@ -7,5 +7,5 @@ a {
7
}
8
9
.text-wrap-balance {
10
- text-wrap: balance;
+ text-wrap: pretty;
11
src/src/components/new/New.js
@@ -32,10 +32,10 @@ function New(props) {
32
>
33
<Row
34
style={{}}
35
- 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 "
36
ref={hiddenElement}
37
38
- <Col className="col-1">
+ <Col className="col-auto col-md-2 col-xl-1">
39
<p className="text-muted">{props.date}</p>
40
</Col>
41
<Col className="p-0">
0 commit comments