Skip to content

Commit 5e534ea

Browse files
committed
样式调整
1 parent 1e37fd2 commit 5e534ea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_site/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ body {
298298
padding: 10px 30px;
299299
background-color: #fff;
300300
text-shadow: none;
301+
box-shadow: 3px 0px 3px #f0f0f0,-3px 0 3px #f0f0f0;
301302
}
302303
.wrapper .posts {
303304
margin: 0;

style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ body{
297297
padding: 10px 30px;
298298
background-color: #fff;
299299
text-shadow: none;
300-
300+
box-shadow:3px 0px 3px #f0f0f0,-3px 0 3px #f0f0f0;
301301

302302
.posts{
303303
margin: 0;

0 commit comments

Comments
 (0)