Add short code + add improve this page button
This commit is contained in:
parent
b18cf1d7cd
commit
9b10cadb58
7 changed files with 66 additions and 4 deletions
|
@ -86,6 +86,22 @@ a:hover {
|
|||
padding-top: 3.5rem;
|
||||
}
|
||||
|
||||
img.center{
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
img.left{
|
||||
display: block;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
img.right{
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.card {
|
||||
box-shadow: none;
|
||||
transition: all 0.3s ease-out;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue