Skip to content

Commit

Permalink
style(ui): update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Valik3201 committed Jan 27, 2024
1 parent 440bf70 commit a4ae359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ImagePortalWelcome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { Container, Row, Col, Alert } from 'react-bootstrap';
function ImagePortalWelcome() {
return (
<Container>
<Row className="d-flex align-items-center justify-content-center vh-100 position-absolute top-0 start-0">
<Col xs={8} md={6}>
<Row className="justify-content-center mt-5">
<Col xs={12} md={6}>
<Alert variant="success">
<Alert.Heading>Hey, nice to see you!</Alert.Heading>
<p>
Expand Down

0 comments on commit a4ae359

Please sign in to comment.