blog layout
This commit is contained in:
parent
c70c30813f
commit
064c268883
@ -388,6 +388,8 @@ textarea.form-control {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
pre {
|
||||
padding: 10px 20px;
|
||||
background: $light;
|
||||
@ -440,3 +442,7 @@ details[open] summary {
|
||||
.pts-banner {
|
||||
padding: 80px 0 80px;
|
||||
}
|
||||
|
||||
.content-justify {
|
||||
text-align: justify;
|
||||
}
|
@ -28,7 +28,7 @@
|
||||
<div class="col-12 my-4">
|
||||
<div class="border-bottom"></div>
|
||||
</div>
|
||||
<div class="col-12 mb-5 content">
|
||||
<div class="col-12 mb-5 content content-justify">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user