файл начальной загрузки, который я хочу изменить
Код: Выделить всё
@media(min-width:1200px) { // i want to change the width to 1450px,when i change it here it still refelects as 1200px when the page is run.
.col-lg-6 {
width: 50%;
}
Я пытался добавить это в свой CSS-документ
Код: Выделить всё
@media(min-width:1450px) { //doesnt get picked up
.col-lg-6 {
width: 50% !important;
}
}
Подробнее здесь: https://stackoverflow.com/questions/483 ... ng-changes
Мобильная версия