Fix margin on top action button, fix width of counters on frontpage (#6573)
This commit is contained in:
parent
fce8464077
commit
473a69ab18
3 changed files with 8 additions and 6 deletions
|
@ -278,6 +278,11 @@ code {
|
|||
.actions {
|
||||
margin-top: 30px;
|
||||
display: flex;
|
||||
|
||||
&.actions--top {
|
||||
margin-top: 0;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
button,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue