Add demo
This commit is contained in:
parent
52f81a715e
commit
58ff384360
11 changed files with 325 additions and 9 deletions
|
@ -17,15 +17,26 @@
|
|||
margin-top: -18px;
|
||||
}
|
||||
|
||||
.hero-buttons a {
|
||||
margin: 0 30px 10px 0;
|
||||
|
||||
&:last-child {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
article.post, article.page {
|
||||
table, img {
|
||||
img, table {
|
||||
border-radius: 3px;
|
||||
box-shadow: rgba(0,0,0,0.06) 0 0 10px;
|
||||
box-shadow: rgba(0,0,0,0.06) 0 0 10px;
|
||||
}
|
||||
|
||||
table {
|
||||
img.no-shadow {
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
& > table {
|
||||
background-color: white;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue