style changes

This commit is contained in:
2023-02-27 23:24:21 +10:00
parent 1b6c5a57e4
commit e0ac364dff

View File

@@ -8,7 +8,7 @@
<SMContainer>
<div class="sm-heading-info">
<h1>{{ post.title }}</h1>
<div class="sm-date-author">
<div class="sm-date-author small">
<ion-icon name="calendar-outline" />
{{ formattedPublishAt(post.publish_at) }}, by
{{ postUser.username }}
@@ -158,6 +158,7 @@ loadData();
.sm-heading-info {
padding: 0 map-get($spacer, 3);
margin-bottom: map-get($spacer, 4);
h1 {
text-align: left;
@@ -175,6 +176,11 @@ loadData();
}
}
}
.sm-content {
padding: 0 map-get($spacer, 3);
line-height: 1.5rem;
}
}
@media only screen and (max-width: 768px) {