Косметичим
This commit is contained in:
parent
2fd90bec10
commit
3970d90dd2
2 changed files with 4 additions and 4 deletions
|
@ -44,11 +44,11 @@
|
|||
}
|
||||
|
||||
&-title {
|
||||
$border: 3px dotted $accent;
|
||||
$border: 4px dotted $accent;
|
||||
position: relative;
|
||||
color: $accent;
|
||||
margin: 0 0 15px;
|
||||
padding-bottom: 15px;
|
||||
margin: 0 0 5px;
|
||||
padding-bottom: 10px;
|
||||
border-bottom: $border;
|
||||
|
||||
&:after {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<article>
|
||||
|
||||
<header>
|
||||
<h1>
|
||||
<h1 class="post-title">
|
||||
{{ .Title }}
|
||||
</h1>
|
||||
</header>
|
||||
|
|
Loading…
Reference in a new issue