Van 2019-04-02 11:08:40 +08:00
parent 72b8473caa
commit dfc58496ed
No known key found for this signature in database
GPG Key ID: 7059B8783A78F16C
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -333,12 +333,13 @@ a {
.item { .item {
position: relative; position: relative;
flex: 1 1 300px; flex: 1 1 300px;
margin: 40px 20px; margin: 40px 20px 40px;
box-shadow: 8px 14px 38px rgba(39, 44, 49, .06), 1px 3px 8px rgba(39, 44, 49, .03); box-shadow: 8px 14px 38px rgba(39, 44, 49, .06), 1px 3px 8px rgba(39, 44, 49, .03);
border-radius: 5px; border-radius: 5px;
padding: 40px; padding: 40px;
overflow: hidden; overflow: hidden;
text-align: center; text-align: center;
box-sizing: border-box;
&:before { &:before {
content: ""; content: "";
position: absolute; position: absolute;