Update responsive styles and class names for consistency
Refactored multiple components to improve responsive design, ensuring better usability on smaller screens. Standardized class names for clarity and consistency, and adjusted layouts and styles to enhance overall alignment and accessibility.
This commit is contained in:
@@ -13,3 +13,9 @@ main li {
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
@media (max-width: 690px) {
|
||||
.leadMyPet {
|
||||
height: 70px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user