kokjan/frontend/web/css/resp.css

46 lines
402 B
CSS
Raw Normal View History

2026-02-25 06:59:34 +00:00
.sub1 {
color: #0c199c;
}
.sub2 {
color: #fadc02;
}
.sub3 {
color: #0c199c;
}
.section-main-content li {
list-style-type: disc;
}
@media only screen and (min-width: 320px) {
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1024px) {
}
@media only screen and (min-width: 1440px) {
}
@media only screen and (min-width: 2560px) {
}