diff --git a/_mobile.scss b/_mobile.scss index 2f15a2f..7ca81d1 100644 --- a/_mobile.scss +++ b/_mobile.scss @@ -73,11 +73,11 @@ font-size: 14px; line-height: 22px; } - .footer____game-1 { + .footer__game-1 { display: flex; flex-direction: column; } - .footer____game-2 { + .footer__game-2 { display: flex; flex-direction: column-reverse; } diff --git a/hw4script.js b/hw4script.js index c108a29..b272fea 100644 --- a/hw4script.js +++ b/hw4script.js @@ -54,7 +54,7 @@ // Exercise 6 let day = 5; for (let day = 5; day <= 31; day += 7) { - // почему +=? почему +=7 не в фигурных скобках? + // почему +=? почему +=7 не в фигурных скобках??? alert( "Сегодня пятница, " + day + " -е число. Необходимо подготовить отчет.!" ); diff --git a/style.css b/style.css index 9880f88..9f05bee 100644 --- a/style.css +++ b/style.css @@ -260,11 +260,11 @@ body { font-size: 14px; line-height: 22px; } - .footer____game-1 { + .footer__game-1 { display: flex; flex-direction: column; } - .footer____game-2 { + .footer__game-2 { display: flex; flex-direction: column-reverse; }