whole div clickable
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending

This commit is contained in:
Mylloon 2023-10-15 12:26:16 +02:00
parent 0dd9147906
commit ce039a5d68
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -61,6 +61,7 @@ main li:hover {
div {
display: flex;
flex-direction: column;
width: 100%;
}
/* Element title */
@ -71,6 +72,7 @@ div h3 {
/* Element description */
span {
margin: auto;
margin-left: 0;
}
/* Element text */