From 2701db8795d70efbd50a5dbefdfc8f83f1ae19f4 Mon Sep 17 00:00:00 2001 From: antone Date: Tue, 7 Nov 2023 13:52:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BC=D0=B0=D0=BB=20=D0=B5=D0=BD=D1=8C=D0=BA?= =?UTF-8?q?=20=D1=82=D1=80=D0=BE=D0=BB=20=D0=BB=D0=B8=D0=BD=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/pages/attractions/attractions.html | 12 ++++++------ site/pages/footer.html | 5 +++-- site/pages/hotels/hotel.html | 12 ++++++------ site/pages/restaurants/restaurants.html | 6 +++--- site/style/background.css | 8 +++++--- site/style/textFont.css | 8 ++++---- 6 files changed, 27 insertions(+), 24 deletions(-) diff --git a/site/pages/attractions/attractions.html b/site/pages/attractions/attractions.html index 3fb5f99..9e6805c 100644 --- a/site/pages/attractions/attractions.html +++ b/site/pages/attractions/attractions.html @@ -3,32 +3,32 @@
-

Музей кружева

+

Музей кружева

-

Памятник букве О

+

Памятник букве О

-

Посидим-поокаем

+

Посидим-поокаем

-

Бульвар Пирогова

+

Бульвар Пирогова

-

Церковь Александра Невского

+

Церковь Александра Невского

-

Государственный историко-архитектурный и художественный музей-заповедник

+

Государственный историко-архитектурный и художественный музей-заповедник

\ No newline at end of file diff --git a/site/pages/footer.html b/site/pages/footer.html index a93b902..fda494a 100644 --- a/site/pages/footer.html +++ b/site/pages/footer.html @@ -1,6 +1,7 @@ \ No newline at end of file diff --git a/site/pages/hotels/hotel.html b/site/pages/hotels/hotel.html index a59acb8..855d3a5 100644 --- a/site/pages/hotels/hotel.html +++ b/site/pages/hotels/hotel.html @@ -3,32 +3,32 @@
-

Отель «История»

+

Отель «История»

-

Отель «Аура»

+

Отель «Аура»

-

ГРК «Спасский»

+

ГРК «Спасский»

-

Апарт-отель

+

Апарт-отель

-

Гостиница «Палисадъ»

+

Гостиница «Палисадъ»

-

Гостиница-люкс «АнглитерЪ»

+

Гостиница-люкс «АнглитерЪ»

\ No newline at end of file diff --git a/site/pages/restaurants/restaurants.html b/site/pages/restaurants/restaurants.html index 2a11c05..d0d5899 100644 --- a/site/pages/restaurants/restaurants.html +++ b/site/pages/restaurants/restaurants.html @@ -3,17 +3,17 @@
-

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

+

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

-

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

+

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

-

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

+

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

\ No newline at end of file diff --git a/site/style/background.css b/site/style/background.css index 733a321..b85f9f0 100644 --- a/site/style/background.css +++ b/site/style/background.css @@ -41,7 +41,7 @@ margin: auto; margin-top: var(--vologdaBoxMargin); - width: calc(var(--defaultBoxWhight)*1.25); + width: calc(var(--defaultBoxWhight)*1.26); text-align: center; @@ -72,9 +72,10 @@ position:relative; margin: auto; - width: calc(var(--defaultBoxWhight)*1.2); + width: calc(var(--defaultBoxWhight)*1.25); margin-top: 6vw; height: 25%; + max-width: 71%; text-align: center; @@ -140,7 +141,8 @@ img { max-width:100%; - max-height:100%; + /* max-height:100%; */ + max-height:800px; } :root { diff --git a/site/style/textFont.css b/site/style/textFont.css index c8197a6..698befe 100644 --- a/site/style/textFont.css +++ b/site/style/textFont.css @@ -44,11 +44,11 @@ } .normalText { - font-size: calc(var(--textSize)*1.1); + font-size: calc(var(--textSize)*1); /* font-family: 'Pacifico'; */ font-family: 'Verdana'; margin: 0.7em; - /* text-align: justify; */ + text-align: justify; color: rgb(255, 255, 255); } @@ -57,9 +57,9 @@ font-size: calc(var(--textSize) + (var(--textSize) * 0.5)); /* font-family: 'Tsarevich-Regular'; */ font-family: 'Georgia'; - margin: 0.2em; + margin: 0.7em; align-self: center; - text-decoration: underline; + /* text-decoration: underline; */ color: rgb(255, 255, 255); }