Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
echo-frontend
/
7ec1dd0816b1ae5825eddb2485e6fba157ec7899
/
.
/
src
/
pages
/
Forum
/
posts-main
/
components
/
CreatePostButton.css
blob: c118c7a702a64711dae2dbbf08889698698af3bd [
file
] [
log
] [
blame
]
Krishya
7ec1dd0
2025-04-19 15:29:03 +0800
[
diff
] [
blame^
]
1
.
create-post
{
2
display
:
flex
;
3
justify-content
:
center
;
4
margin
:
20px
0
;
5
}
6
7
.
create-post-button
{
8
display
:
flex
;
9
align-items
:
center
;
10
}
11