mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-16 00:00:21 -04:00
✨ Add SVG support to article featured images
This commit is contained in:
@@ -1890,6 +1890,10 @@ body:has(#menu-controller:checked) {
|
||||
height: 9rem;
|
||||
}
|
||||
|
||||
.max-h-\[4\.5rem\] {
|
||||
max-height: 4.5rem;
|
||||
}
|
||||
|
||||
.max-h-\[10rem\] {
|
||||
max-height: 10rem;
|
||||
}
|
||||
@@ -1950,6 +1954,10 @@ body:has(#menu-controller:checked) {
|
||||
max-width: 65ch;
|
||||
}
|
||||
|
||||
.max-w-\[6rem\] {
|
||||
max-width: 6rem;
|
||||
}
|
||||
|
||||
.max-w-\[10rem\] {
|
||||
max-width: 10rem;
|
||||
}
|
||||
@@ -2883,6 +2891,10 @@ body:has(#menu-controller:checked) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sm\:max-h-\[7\.5rem\] {
|
||||
max-height: 7.5rem;
|
||||
}
|
||||
|
||||
.sm\:w-1\/2 {
|
||||
width: 50%;
|
||||
}
|
||||
@@ -2891,6 +2903,10 @@ body:has(#menu-controller:checked) {
|
||||
width: 10rem;
|
||||
}
|
||||
|
||||
.sm\:max-w-\[10rem\] {
|
||||
max-width: 10rem;
|
||||
}
|
||||
|
||||
.sm\:flex-row {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user