Add article thumb, cover and feature images

This commit is contained in:
James Panther
2022-11-09 09:30:26 +11:00
parent ca1f739eca
commit c9cf3c5f6b
26 changed files with 141 additions and 44 deletions
+20
View File
@@ -1799,6 +1799,14 @@ body:has(#menu-controller:checked) {
margin-top: 1.5rem;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.-mt-4 {
margin-top: -1rem;
}
.mr-3 {
margin-right: 0.75rem;
}
@@ -2240,6 +2248,10 @@ body:has(#menu-controller:checked) {
padding-top: 0.75rem;
}
.pr-4 {
padding-right: 1rem;
}
.pl-2 {
padding-left: 0.5rem;
}
@@ -2854,6 +2866,10 @@ body:has(#menu-controller:checked) {
width: 50%;
}
.sm\:w-40 {
width: 10rem;
}
.sm\:flex-row {
flex-direction: row;
}
@@ -2872,6 +2888,10 @@ body:has(#menu-controller:checked) {
padding-bottom: 2.5rem;
}
.sm\:pr-6 {
padding-right: 1.5rem;
}
.sm\:pt-10 {
padding-top: 2.5rem;
}