feat(layout): améliorer la mise en page des fonctionnalités avec des ajustements de style et de structure
This commit is contained in:
@@ -2930,6 +2930,11 @@ body {
|
||||
--tw-gradient-to: #fff var(--tw-gradient-to-position);
|
||||
}
|
||||
|
||||
.object-contain {
|
||||
-o-object-fit: contain;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.object-cover {
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
@@ -4531,6 +4536,11 @@ body {
|
||||
padding-right: 1.5rem;
|
||||
}
|
||||
|
||||
.sm\:py-20 {
|
||||
padding-top: 5rem;
|
||||
padding-bottom: 5rem;
|
||||
}
|
||||
|
||||
.sm\:py-32 {
|
||||
padding-top: 8rem;
|
||||
padding-bottom: 8rem;
|
||||
@@ -4645,6 +4655,14 @@ body {
|
||||
order: 2;
|
||||
}
|
||||
|
||||
.lg\:col-span-1 {
|
||||
grid-column: span 1 / span 1;
|
||||
}
|
||||
|
||||
.lg\:col-span-2 {
|
||||
grid-column: span 2 / span 2;
|
||||
}
|
||||
|
||||
.lg\:mb-12 {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user