mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-19 09:03:02 -04:00
@@ -2143,6 +2143,10 @@ body a, body button {
|
||||
height: 9rem;
|
||||
}
|
||||
|
||||
.max-h-\[10rem\] {
|
||||
max-height: 10rem;
|
||||
}
|
||||
|
||||
.w-36 {
|
||||
width: 9rem;
|
||||
}
|
||||
@@ -2171,6 +2175,10 @@ body a, body button {
|
||||
max-width: 65ch;
|
||||
}
|
||||
|
||||
.max-w-\[10rem\] {
|
||||
max-width: 10rem;
|
||||
}
|
||||
|
||||
.max-w-full {
|
||||
max-width: 100%;
|
||||
}
|
||||
@@ -2275,6 +2283,16 @@ body a, body button {
|
||||
background-color: var(--color-primary-600);
|
||||
}
|
||||
|
||||
.object-scale-down {
|
||||
-o-object-fit: scale-down;
|
||||
object-fit: scale-down;
|
||||
}
|
||||
|
||||
.object-left {
|
||||
-o-object-position: left;
|
||||
object-position: left;
|
||||
}
|
||||
|
||||
.p-1 {
|
||||
padding: 0.25rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user