обновление верхней панельки

This commit is contained in:
2023-11-07 13:11:21 +03:00
parent 145ef93088
commit 09c52d8c20
3 changed files with 5 additions and 4 deletions

View File

@@ -1,9 +1,8 @@
<header>
<div class="headerButton-grid">
<a href="/index.html" style="text-decoration:none">
<button style="background: transparent; border: none !important;">
<p class="titleText">Путешествия по Вологде</p>
</button>
<button style="background: transparent; border: none !important;"> </button>
<p class="titleTextMini">Путешествия по Вологде</p>
</a>
<a href="/index.html#AttractionsMap" style="text-decoration:none" class="hidingMenu">

View File

@@ -104,8 +104,9 @@
.headerButton-grid {
display: grid;
grid-template-columns: auto;
text-align: center;
margin: auto;
/* margin-bottom: 2em; */
}
.button-grid {

View File

@@ -59,6 +59,7 @@
font-family: 'Georgia';
margin: 0.2em;
align-self: center;
text-decoration: underline;
color: rgb(255, 255, 255);
}