0
0
Fork 0
zblog/themes/zero/static/style.css

17 lines
208 B
CSS

* {
box-sizing: border-box;
}
.entries {
list-style-type: none;
display: flex;
flex-flow: row wrap;
justify-content: center;
}
.entries > li {
width: 33%;
min-width: 400px;
padding: 1em;
}