We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e37fd2 commit 5e534eaCopy full SHA for 5e534ea
_site/style.css
@@ -298,6 +298,7 @@ body {
298
padding: 10px 30px;
299
background-color: #fff;
300
text-shadow: none;
301
+ box-shadow: 3px 0px 3px #f0f0f0,-3px 0 3px #f0f0f0;
302
}
303
.wrapper .posts {
304
margin: 0;
style.scss
@@ -297,7 +297,7 @@ body{
297
-
+ box-shadow:3px 0px 3px #f0f0f0,-3px 0 3px #f0f0f0;
.posts{
0 commit comments