Skip to content

Commit

Permalink
fix(clayui.com): Landing page nav and alert should be a little wider
Browse files Browse the repository at this point in the history
  • Loading branch information
pat270 committed Aug 28, 2020
1 parent 4d6a1e7 commit 489bd67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clayui.com/src/components/LayoutNavHome/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const LayoutNavHome = () => {

return (
<nav className="navbar navbar-clay-site navbar-expand-lg navbar-light">
<div className="container-fluid container-fluid-max-lg">
<div className="container-fluid container-fluid-max-xl">
<div className="autofit-float-sm-down autofit-padded autofit-row">
<div className="autofit-col autofit-col-expand">
<div className="d-inline-block text-decoration-none text-reset">
Expand Down
2 changes: 1 addition & 1 deletion clayui.com/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default () => {
className="alert alert-dismissible alert-fluid alert-light"
role="alert"
>
<div className="container-fluid container-fluid-max-lg">
<div className="container-fluid container-fluid-max-xl">
{
'This site is for version 3.x. If you are looking for version 2.x documentation, it has been moved to '
}
Expand Down

0 comments on commit 489bd67

Please sign in to comment.