blog/themes/chosto/static/css/custom.css

9 lines
123 B
CSS
Raw Normal View History

.has-equal-height {
height: 100%;
display: flex;
flex-direction: column;
}
2021-11-14 23:41:41 +01:00
.content {
text-align: justify;
}