Caddy-Web-UI/static/css/main.css

11 lines
144 B
CSS
Raw Normal View History

2019-10-31 15:01:43 +00:00
.container{
2019-11-01 15:08:37 +00:00
overflow: contain;
}
.card{
display: block !important;
flex: none;
float: left;
margin: 20px;
width: 25% !important;
2019-10-31 15:01:43 +00:00
}