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 { div {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 100%;
} }
/* Element title */ /* Element title */
@ -71,6 +72,7 @@ div h3 {
/* Element description */ /* Element description */
span { span {
margin: auto; margin: auto;
margin-left: 0;
} }
/* Element text */ /* Element text */