favicon png во все страницы

This commit is contained in:
=
2023-11-07 12:24:06 +03:00
parent 8d27dee276
commit 2687aaeebc
17 changed files with 24 additions and 32 deletions

View File

@@ -17,7 +17,7 @@
z-index: 2;
}
header{
header {
margin: auto;
left: 0;
@@ -30,13 +30,13 @@
box-shadow: 0 0 1em rgba(0,0,0,0.7);
}
body{
body {
background-color: var(--bodyBoxColor);
background-image: url('/images/background.png');
backdrop-filter: blur(2px);
}
.vologdaDescription{
.vologdaDescription {
position:relative;
margin: auto;
margin-top: 3vw;
@@ -52,7 +52,7 @@
box-shadow: 0 0 1em rgba(0,0,0,0.7);
}
.vologdaHistoryButton{
.vologdaHistoryButton {
position:relative;
margin: auto;
margin-top: 1vw;
@@ -68,7 +68,7 @@
box-shadow: 0 0 1em rgba(0,0,0,0.7);
}
.vologdaPlace{
.vologdaPlace {
position:relative;
margin: auto;
@@ -85,7 +85,7 @@
box-shadow: 0 0 1em rgba(0,0,0,0.7);
}
.vologdaMap{
.vologdaMap {
position:relative;
margin: auto;
margin-top: var(--vologdaBoxMargin);
@@ -106,7 +106,7 @@
box-shadow: 0 0 1em rgba(0,0,0,0.7);
}
.button-background{
.button-background {
position:relative;
margin: auto;
@@ -122,7 +122,7 @@
box-shadow: 0 0 1em rgba(0,0,0,0.7);
}
footer{
footer {
position:relative;
margin: auto;
@@ -138,7 +138,7 @@
box-shadow: 0 0 1em rgba(0,0,0,0.7);
}
img{
img {
max-width:100%;
max-height:100%;
}