style changes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user