28 lines
368 B
CSS
Raw Normal View History

#panorama
{
display: inline;
2023-05-29 19:23:04 +02:00
border-radius: 0.5vh;
}
#panorama_div
{
width: 100%;
text-align:center;
2023-05-24 10:33:45 +02:00
}
#sipky
{
2023-05-29 19:30:05 +02:00
display: flex;
justify-content: center;
2023-05-24 10:33:45 +02:00
}
#sipky > button
{
2024-05-25 12:05:28 +02:00
width: 15.625vw;
2023-05-29 19:23:04 +02:00
height: 10vh;
font-size: xx-large;
border-radius: 0.5vh;
background-color: #B97C15;
color: #C1BFBE;
border-color: #4D2B09;
}