improved readibilit of content

This commit is contained in:
Nuno Coração
2022-10-20 22:03:49 +01:00
parent 4b45ff114f
commit 539cfd6443
6 changed files with 17 additions and 16 deletions

View File

@@ -1670,14 +1670,14 @@ select {
width: 3rem;
}
.w-36 {
width: 9rem;
}
.w-full {
width: 100%;
}
.w-36 {
width: 9rem;
}
.w-24 {
width: 6rem;
}
@@ -3073,10 +3073,6 @@ body:has(#menu-controller:checked) {
}
}
.max-w-prose {
max-width: 75ch;
}
.first\:mt-8:first-child {
margin-top: 2rem;
}
@@ -3523,6 +3519,10 @@ body:has(#menu-controller:checked) {
width: 50%;
}
.sm\:max-w-prose {
max-width: 65ch;
}
.sm\:flex-row {
flex-direction: row;
}
@@ -3676,6 +3676,10 @@ body:has(#menu-controller:checked) {
margin-right: 0px;
}
.lg\:ml-auto {
margin-left: auto;
}
.lg\:mt-0 {
margin-top: 0px;
}