A full featured blog in RiotJS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

51 lines
1000 B

.post-text, .blog-title, .post, .postnav {
text-align: center; }
.post-content {
max-width: 50%;
text-align: justify;
font-size: 1.5em; }
@media (max-width: 700px) {
.post-content {
max-width: 70%; } }
@media (max-width: 500px) {
.post-content {
max-width: 90%; } }
.comment-block, .comments, .maxwarn {
max-width: 30%; }
@media (max-width: 700px) {
.comment-block, .comments, .maxwarn {
max-width: 50%; } }
@media (max-width: 500px) {
.comment-block, .comments, .maxwarn {
max-width: 70%; } }
.comments {
margin-top: 5%; }
.comment {
margin-top: 2%;
max-width: 40%; }
@media (max-width: 700px) {
.comment {
max-width: 65%; } }
@media (max-width: 500px) {
.comment {
max-width: 85%; } }
.comments-loader {
margin-top: 2%; }
.comment-body {
margin-left: 10px;
margin-right: 10px; }
.rounded-button {
border-radius: 13px; }
.maxinput {
background-color: grey; }
.maxwarn {
margin-top: 15px; }