Style rework #35

Merged
Anri merged 70 commits from rework into main 2023-10-15 20:58:23 +02:00
Showing only changes of commit ce039a5d68 - Show all commits

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 */