Skip to content

Commit

Permalink
Fix mobile view of architectual overview (#198)
Browse files Browse the repository at this point in the history
* fix mobile view

Signed-off-by: Max Wolfs <mail@maxwolfs.com>

* fix dir name for osism docs

Signed-off-by: Max Wolfs <mail@maxwolfs.com>

---------

Signed-off-by: Max Wolfs <mail@maxwolfs.com>
  • Loading branch information
maxwolfs authored May 14, 2024
1 parent cf2f9db commit ca8768a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
{
"repo": "osism/osism.github.io",
"source": "docs/guides/operations-guide/openstack/day2-operations/*",
"source": "docs/guides/operations-guide/openstack/tools/*",
"target": "docs/02-iaas/components",
"label": ""
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/ArchitecturalModel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const ArchitecturalModel: React.FunctionComponent<ArchitecturalModelProps> = (
<h5 style={{ marginBottom: 0 }}>SCS Component Map</h5>
</div>
)}
<div style={{ display: 'flex' }}>
<div style={{ display: 'flex', flexWrap: 'wrap' }}>
<div
style={{ padding: '8px 8px 8px 8px', margin: '0 0 0 0' }}
className={`${styles.bottom} col col--3`}>
Expand Down

0 comments on commit ca8768a

Please sign in to comment.