Skip to content
Snippets Groups Projects
Commit 718fa04e authored by Tuukka Turu's avatar Tuukka Turu
Browse files

Merge latest stuff and fix conflict

parents 52d68953 a05afbab
No related branches found
No related tags found
No related merge requests found
{
"name": "@itcenteratunihelsinki/huds-lib",
"version": "0.0.46",
"version": "0.0.48",
"description": "Helsinki University Design System library",
"main": "dist/index.js",
"module": "dist/index.mjs",
......
......@@ -56,7 +56,7 @@ export class HyKeyFigureGroup implements ComponentInterface {
const classRowCenteredAttributes = ['hy-key-figure-group', 'hy-key-figure-group-centered'].join(' ');
if (this._dataItems.length % 5 == 0) {
return [
return (
<Host>
<div class={classAttributes}>
<div class={classRowAttributes}>
......@@ -89,8 +89,8 @@ export class HyKeyFigureGroup implements ComponentInterface {
</div>
</div>
<hy-box pb="1.5, 2.5, 2.5" />
</Host>,
];
</Host>
);
} else {
return (
<Host>
......
.hy-main {
display: flex;
//margin: var(--gutter-mobile) auto;
margin: 0 auto;
max-width: $fullhd;
padding: 0;
width: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment