ENGO150 907183fab1
Revert "converted all vh used in x-axis to vw"
This reverts commit 8b540ad0b1bd932596bf685ae57eac5a1e7e78ff.
2024-05-25 15:36:05 +02:00

28 lines
364 B
CSS

#panorama
{
display: inline;
border-radius: 0.5vh;
}
#panorama_div
{
width: 100%;
text-align:center;
}
#sipky
{
display: flex;
justify-content: center;
}
#sipky > button
{
width: 10vh;
height: 10vh;
font-size: xx-large;
border-radius: 0.5vh;
background-color: #B97C15;
color: #C1BFBE;
border-color: #4D2B09;
}