Hero images for articles

This commit is contained in:
Nuno Coração
2022-10-15 16:20:41 +01:00
parent c2d01e5dbe
commit 753d821cef
23 changed files with 52 additions and 12 deletions

View File

@@ -1510,6 +1510,10 @@ select {
margin-top: 1.25rem;
}
.mt-4 {
margin-top: 1rem;
}
.mt-3 {
margin-top: 0.75rem;
}
@@ -1530,10 +1534,6 @@ select {
margin-top: 0.1rem;
}
.mt-4 {
margin-top: 1rem;
}
.\!mt-0 {
margin-top: 0px !important;
}
@@ -1618,6 +1618,10 @@ select {
height: 3rem;
}
.h-36 {
height: 9rem;
}
.h-full {
height: 100%;
}
@@ -1638,10 +1642,6 @@ select {
height: 50%;
}
.h-36 {
height: 9rem;
}
.max-h-\[5rem\] {
max-height: 5rem;
}
@@ -2982,6 +2982,12 @@ body:has(#menu-controller:checked) {
background-position:center;
}
.single_hero {
background-repeat:no-repeat;
background-size:cover;
background-position:center;
}
.thumbnailshadow {
box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.3);
}
@@ -3523,6 +3529,10 @@ body:has(#menu-controller:checked) {
display: none;
}
.md\:h-56 {
height: 14rem;
}
.md\:w-1\/3 {
width: 33.333333%;
}
@@ -3601,6 +3611,10 @@ body:has(#menu-controller:checked) {
display: none;
}
.lg\:h-72 {
height: 18rem;
}
.lg\:h-full {
height: 100%;
}