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;
|
margin: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__content {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__none {
|
&__none {
|
||||||
margin: 1px 4px;
|
margin: 1px 4px;
|
||||||
}
|
}
|
||||||
|
@ -143,6 +139,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&__change {
|
&__change {
|
||||||
|
margin: 1px;
|
||||||
|
|
||||||
&__line {
|
&__line {
|
||||||
border: 1px solid var(--accent-colour);
|
border: 1px solid var(--accent-colour);
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="container__title changelog">
|
<div class="container__title">
|
||||||
{{ title }}
|
{{ title }}
|
||||||
</div>
|
</div>
|
||||||
<div class="changelog__content">
|
<div class="changelog__content">
|
||||||
|
|
Loading…
Add table
Reference in a new issue