diff --git a/site/pages/header.html b/site/pages/header.html index c7f9013..32dc0ec 100644 --- a/site/pages/header.html +++ b/site/pages/header.html @@ -1,9 +1,8 @@
- + +

Путешествия по Вологде

diff --git a/site/style/buttonStyle.css b/site/style/buttonStyle.css index 3d732ba..71095c2 100644 --- a/site/style/buttonStyle.css +++ b/site/style/buttonStyle.css @@ -104,8 +104,9 @@ .headerButton-grid { display: grid; grid-template-columns: auto; - text-align: center; + margin: auto; + /* margin-bottom: 2em; */ } .button-grid { diff --git a/site/style/textFont.css b/site/style/textFont.css index e3d7b72..c8197a6 100644 --- a/site/style/textFont.css +++ b/site/style/textFont.css @@ -59,6 +59,7 @@ font-family: 'Georgia'; margin: 0.2em; align-self: center; + text-decoration: underline; color: rgb(255, 255, 255); }