Vologda history button

This commit is contained in:
Петухова Ростислава
2023-11-01 02:14:33 +03:00
parent 7c150229f7
commit f2f1171a28
3 changed files with 34 additions and 4 deletions

View File

@@ -38,6 +38,22 @@
box-shadow: 0 0 1em rgba(0,0,0,0.7);
}
.vologdaHistoryButton{
position:relative;
margin: auto;
margin-top: 1vw;
text-align: center;
width: calc(var(--defaultBoxWhight) / 4);
background-color: var(--vologdaBoxColor);
border-radius: 1em;
overflow: hidden;
box-shadow: 0 0 1em rgba(0,0,0,0.7);
}
.vologdaPlace{
position:relative;
margin: auto;
@@ -118,4 +134,10 @@
--defaultBoxWhight: 90%;
--headFootBoxWhight: 95%;
}
}
@media (max-width: 800px) {
.vologdaHistoryButton{
Display: none;
}
}