Not very sure what happened here but it's fixed now.
This commit is contained in:
parent
74fa937332
commit
0e54525102
2 changed files with 2 additions and 5 deletions
|
@ -19,10 +19,6 @@
|
|||
margin: 1px;
|
||||
}
|
||||
|
||||
&__content {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
&__none {
|
||||
margin: 1px 4px;
|
||||
}
|
||||
|
@ -143,6 +139,7 @@
|
|||
}
|
||||
|
||||
&__change {
|
||||
margin: 1px;
|
||||
|
||||
&__line {
|
||||
border: 1px solid var(--accent-colour);
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
<div class="container__title changelog">
|
||||
<div class="container__title">
|
||||
{{ title }}
|
||||
</div>
|
||||
<div class="changelog__content">
|
||||
|
|
Loading…
Add table
Reference in a new issue