diff --git a/site/index.html b/site/index.html index 475b7a0..cb5f5d7 100644 --- a/site/index.html +++ b/site/index.html @@ -1,6 +1,7 @@
+ diff --git a/site/style/buttonStyle.css b/site/style/buttonStyle.css index 273d243..7dec4c4 100644 --- a/site/style/buttonStyle.css +++ b/site/style/buttonStyle.css @@ -1,6 +1,4 @@ - .button-grid { - display: grid; display: grid; grid-template-columns: 4fr 4fr 4fr; grid-template-rows: 4fr 4fr; @@ -33,6 +31,11 @@ background: rgba(0, 0, 0, 0.5); } + .headerButton-grid { + display: grid; + grid-template-columns: auto auto auto auto auto; + } + :root { --sizeButton: 1.5; } @@ -69,6 +72,17 @@ --sizeButton: 4; } + .hidingMenu { + Display: none; + } + + .headerButton-grid { + display: grid; + grid-template-columns: auto; + + text-align: center; + } + .button-grid { display: grid; display: grid; diff --git a/site/style/header.html b/site/style/header.html index 7c31892..16fbb33 100644 --- a/site/style/header.html +++ b/site/style/header.html @@ -1,3 +1,29 @@Вологда путешествия
+