Browse Source

flex-start article groups and increase size

Alexander Avery 3 weeks ago
parent
commit
bb07d1a9cd
  1. 6
      assets/css/main.css

6
assets/css/main.css

@ -92,7 +92,7 @@ main img {
}
.author-articles {
justify-content: center;
justify-content: flex-start;
}
.index-articles aside {
@ -116,8 +116,8 @@ article {
}
article.index {
width: 256px;
height: 414px;
width: 300px;
height: 485px;
}
article.index img {

Loading…
Cancel
Save