Files
BytesBumpList/static/styles/view_server.css
2021-03-08 21:30:47 +02:00

47 lines
679 B
CSS

.container {
margin-top : 10px;
background: rgb(233, 233, 233);
}
#serverName {
text-align: center;
font-size: 20px;
font-weight: 600;
margin: 10px;
}
.info {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.info-column {
display: flex;
flex-direction: column;
flex-wrap: wrap;
height: 100%;
margin-left: 30px;
width: 80%;
margin-top: 20px;
}
.info > img {
height: 200px;
margin-bottom: 10px;
}
.info-column > a {
height: 100%;
}
.info-column > .card-body {
margin-top: 10px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.card-body > a {
margin-right: 10px;
}