kennel/static/style.css

7 lines
114 B
CSS
Raw Normal View History

2024-08-10 00:15:49 -04:00
#kennel-window {
width: 80vw;
min-width: 8rem;
height: 80vw;
min-height: 8rem;
margin: auto;
2024-08-10 00:15:49 -04:00
}