diff --git a/site/pages/footer.html b/site/pages/footer.html index 439efa8..73fffc0 100644 --- a/site/pages/footer.html +++ b/site/pages/footer.html @@ -1,5 +1,6 @@ \ No newline at end of file diff --git a/site/pages/restaurants/restaurants.html b/site/pages/restaurants/restaurants.html index c0d81eb..2a11c05 100644 --- a/site/pages/restaurants/restaurants.html +++ b/site/pages/restaurants/restaurants.html @@ -1,6 +1,6 @@
-

Места где можно хорошо поесть

-
+

Места где можно хорошо пообедать

+

Устюг Великий

@@ -11,7 +11,7 @@

Дом купчихи Ершовой

-
+

Ресторан Паровозовъ

diff --git a/site/style/background.css b/site/style/background.css index 0a2ec3d..03cb989 100644 --- a/site/style/background.css +++ b/site/style/background.css @@ -39,9 +39,9 @@ .vologdaDescription{ position:relative; margin: auto; - margin-top: 3vw; + margin-top: 4em; - width: var(--defaultBoxWhight); + width: calc(var(--defaultBoxWhight)*1.2); text-align: center; @@ -72,7 +72,7 @@ position:relative; margin: auto; - width: var(--defaultBoxWhight); + width: calc(var(--defaultBoxWhight)*1.2); margin-top: 6vw; height: 25%; @@ -90,7 +90,7 @@ margin: auto; margin-top: var(--vologdaBoxMargin); - width: var(--defaultBoxWhight); + width: calc(var(--defaultBoxWhight)*1.2); height: 600px; text-align: center; diff --git a/site/style/buttonStyle.css b/site/style/buttonStyle.css index 40880fa..3d732ba 100644 --- a/site/style/buttonStyle.css +++ b/site/style/buttonStyle.css @@ -3,9 +3,11 @@ grid-template-columns: 4fr 4fr 4fr; grid-template-rows: 4fr 4fr; grid-gap: 4fr; + justify-content: center; + align-items: center; } - .button-restourant { + .button-restaurant { display: grid; grid-template-columns: 4fr 4fr 4fr; grid-template-rows: 4fr; @@ -42,12 +44,16 @@ .headerButton-grid { display: grid; grid-template-columns: auto auto auto auto auto; + justify-content: center; + align-items: center; + margin-top: -1em; } :root { --sizeButton: 1.5; } + @media screen and (min-width: 1820px) { .image-button { width: 200px; @@ -73,14 +79,14 @@ grid-gap: 4fr; } - .button-restourant { + .button-restaurant { display: grid; grid-template-columns: 4fr 4fr; grid-template-rows: 4fr; grid-gap: 4fr; } - .hidingRestourants { + .hidingrestaurants { Display: none; } } @@ -109,10 +115,10 @@ grid-gap: 4fr; } - .button-restourant { + .button-restaurant { display: grid; grid-template-columns: 4fr 4fr; grid-template-rows: 4fr; grid-gap: 4fr; } - } \ No newline at end of file + } diff --git a/site/style/textFont.css b/site/style/textFont.css index a814d3a..f523684 100644 --- a/site/style/textFont.css +++ b/site/style/textFont.css @@ -35,30 +35,40 @@ .normalText { font-size: var(--textSize); - font-family: 'Pacifico'; + /* font-family: 'Pacifico'; */ + font-family: 'Verdana'; + margin: 0.7em; + color: rgb(255, 255, 255); } .titleTextMini { font-size: calc(var(--textSize) + (var(--textSize) * 0.5)); - font-family: 'Tsarevich-Regular'; + /* font-family: 'Tsarevich-Regular'; */ + font-family: 'Georgia'; + margin: 0.2em; + align-self: center; color: rgb(255, 255, 255); } .titleText { font-size: calc(var(--textSize) + (var(--textSize) * 1.6)); - font-family: 'Tsarevich-Regular'; + /* font-family: 'Tsarevich-Regular'; */ + font-family: 'Georgia'; text-align: left; margin-left: 3vw; + margin: 0.7em; color: rgb(255, 255, 255); } .miniText { font-size: calc(var(--textSize) * 0.9); - font-family: 'Tsarevich-Regular'; + /* font-family: 'Tsarevich-Regular'; */ + font-family: 'Verdana'; + color: rgb(255, 255, 255); }