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

17 lines
234 B
CSS
Raw Permalink Normal View History

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