28 lines
364 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
{
width: 10vh;
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;
}