Skip to content

Commit

Permalink
[ES-1385] Minor CSS changes for the responsiveness. (#834)
Browse files Browse the repository at this point in the history
Signed-off-by: Gk <[email protected]>
  • Loading branch information
gk-4VII authored Jul 29, 2024
1 parent 0e9e53c commit 3b22e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oidc-ui/src/pages/PageNotFound.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function PageNotFoundPage({ i18nKeyPrefix = "errors" }) {
const { t } = useTranslation("translation", { keyPrefix: i18nKeyPrefix });

return (
<div className="multipurpose-login-card w-full m-0 sm:shadow py-24 sm:m-16 section-background" style={{boxShadow: "0px 2px 5px #0000001A"}}>
<div className="multipurpose-login-card w-full m-0 sm:shadow py-24 sm:mx-16 sm:my-8 sm:min-h-[80vh] section-background flex flex-col justify-center items-center" style={{boxShadow: "0px 2px 5px #0000001A"}}>
<img
className="mx-auto my-0"
src="images/under_construction.svg"
Expand Down

0 comments on commit 3b22e43

Please sign in to comment.