Skip to content

Commit b435334

Browse files
load
1 parent 8e5fa03 commit b435334

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

src/components/Profile/My Posts/Post/Post.jsx

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ const Post = (props) =>{
1212
</div>
1313

1414
<p><b>{props.author}</b></p>
15+
16+
1517

1618

1719
</div>

src/components/Profile/My Posts/Post/Post.module.css

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.post{
22
display: flex;
3+
width: 30%;
34
margin-top: 40px;
45
padding: 10px;
56
border: 1px dashed #000

src/components/Profile/My Posts/Posts.module.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
}
44

55
input{
6-
width: 60%;
7-
background: rgb(178, 177, 252);
6+
width: 30%;
7+
background: rgba(178, 177, 252, 0.692);
88
border: 1px solid rgb(62, 59, 247);
99
border-radius: 5px;
1010
padding: 10px;
11-
color: rgb(245, 0, 0);
11+
color: rgb(33, 0, 182);
1212
font-size: 18px;
1313
height: 60px;
1414
margin-bottom: 20px;

0 commit comments

Comments
 (0)