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.
17 lines
202 B
SCSS
17 lines
202 B
SCSS
main ul {
|
|
font-family: opensans, sans-serif;
|
|
text-align: left;
|
|
}
|
|
|
|
main li {
|
|
margin-left: 30px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
|
|
@media (max-width: 690px) {
|
|
.shovelClaiming {
|
|
height: 100px;
|
|
}
|
|
}
|