Separate sections in cards.
This commit is contained in:
parent
b695b2f40b
commit
faceaf87eb
1 changed files with 10 additions and 3 deletions
|
@ -13,11 +13,18 @@
|
|||
text-align: left;
|
||||
padding: 0 1ex;
|
||||
}
|
||||
|
||||
.links section {
|
||||
margin-top: 3em;
|
||||
margin-top: 1em;
|
||||
display: inline-block;
|
||||
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
|
||||
padding: 1ex;
|
||||
border-radius: 4px;
|
||||
width: 100%;
|
||||
max-width: calc(100vw - 4ex);
|
||||
}
|
||||
.links section h2 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
h2 a {
|
||||
color: black;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue