@@ -137,8 +137,8 @@
}
@at-root #{&}--last {
- padding-bottom: 0.5rem;
- border-bottom: thin solid $color__gray--primary;
+ border-bottom: none;
+ margin-bottom: 0;
@at-root #{&}__meta_data {
@@ -243,7 +243,7 @@
.posts {
width: 80%;
background-color: #fff;
- padding: 1rem;
+ padding: 0.5rem 1rem;
border-radius: 0.25rem;
</style>