Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzy010822 authored Mar 1, 2024
1 parent 0f7d3e3 commit 97ff04a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -531,4 +531,9 @@ video {
width: 256px; /* 设置视频宽度 */
height: 256px; /* 设置视频高度,保持16:9的宽高比 */
}

.centered-images {
display: flex;
justify-content: center;
align-items: center;
gap: 120px; /* 创建20px的间隙 */
}

0 comments on commit 97ff04a

Please sign in to comment.