Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
9d961ad678 | |||
d60785d799 | |||
755dfaefaa | |||
663969582b |
3
.changes/2.2.0.md
Normal file
3
.changes/2.2.0.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
## 2.2.0 - 2024-02-01
|
||||||
|
### Fixed
|
||||||
|
* Styling of workflow header in english page
|
3
.changes/2.3.0.md
Normal file
3
.changes/2.3.0.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
## 2.3.0 - 2024-02-07
|
||||||
|
### Fixed
|
||||||
|
* Font fixed to work across browsers
|
@@ -6,6 +6,14 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
|
|||||||
and is generated by [Changie](https://github.com/miniscruff/changie).
|
and is generated by [Changie](https://github.com/miniscruff/changie).
|
||||||
|
|
||||||
|
|
||||||
|
## 2.3.0 - 2024-02-07
|
||||||
|
### Fixed
|
||||||
|
* Font fixed to work across browsers
|
||||||
|
|
||||||
|
## 2.2.0 - 2024-02-01
|
||||||
|
### Fixed
|
||||||
|
* Styling of workflow header in english page
|
||||||
|
|
||||||
## 2.1.0 - 2024-01-29
|
## 2.1.0 - 2024-01-29
|
||||||
### Changed
|
### Changed
|
||||||
* Styling language selector improved for visibility and dutch content updated
|
* Styling language selector improved for visibility and dutch content updated
|
||||||
|
@@ -66,11 +66,11 @@ $yellow: #fcc958;
|
|||||||
}
|
}
|
||||||
|
|
||||||
body{
|
body{
|
||||||
font-family: 'Lato', serif;
|
font-family: 'Arial', serif;
|
||||||
.highlight {
|
.highlight {
|
||||||
padding: .5rem;
|
padding: .25rem;
|
||||||
font-family: 'Trocchi', serif;
|
//font-family: 'Trocchi', serif;
|
||||||
font-size: 2rem;
|
//font-size: 2rem;
|
||||||
}
|
}
|
||||||
.highlight-1 {
|
.highlight-1 {
|
||||||
background-color: $chill-green;
|
background-color: $chill-green;
|
||||||
|
@@ -6,7 +6,7 @@ description: Workflows allow you to phase more complex tasks without losing sigh
|
|||||||
comments: false
|
comments: false
|
||||||
---
|
---
|
||||||
|
|
||||||
## A streamlined workflow
|
<h5 class="content-subtitle bord-1">A streamlined workflow</h5>
|
||||||
|
|
||||||
**For large teams**, Chill enables decisions to be tracked and validated within a hierarchy.
|
**For large teams**, Chill enables decisions to be tracked and validated within a hierarchy.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user