Moona/static/css/publications.css

34 lines
537 B
CSS

table {
margin-left: 10%;
margin-right: auto;
width: 90%;
}
#row1, #row2, #row3 {
width: 32%;
display:inline-block;
vertical-align: top;
margin-top: 39px;
}
#row1_div, #row2_div, #row3_div {
width: 90%;
}
.post_zag, .card-text, .card-body, .post_zag, .author {
width: 90%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.post {
background-color: #7fc3ff;
border-radius: 22px;
width: 90%;
height: 95%;
margin-bottom: 20px;
}
details {
color: #ffffff;
}
#add_post {
margin-top: 20px;
margin-left: 83%;
}