Vologda history button
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user