Files
AltitudeWeb/frontend/src/app/pages/features/customfeatures/customfeatures.component.scss
T
Peter 5a792463cc 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.
2025-07-14 22:49:22 +02:00

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;
}
}