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