2 lines
528 B
CSS
2 lines
528 B
CSS
.card{padding:0 20px}.card .top-container{display:flex;background-color:#f6f6f6;padding:20px 80px}.card .top-container .avatar{flex:0 0 350px}.card .top-container .account{flex:0 0 20%;text-align:center;padding-left:12px}.card .idCardImg{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.card .idCardImg .img-wrapper{width:220px;height:220px}.card .idCardImg .img-wrapper .img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card .category{display:flex;flex-wrap:wrap;gap:10px}
|