Separate sections in cards.

This commit is contained in:
Sergio Martínez Portela 2022-01-08 00:54:11 +01:00
parent b695b2f40b
commit faceaf87eb

View File

@ -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;
}