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