Adjust column sizing on login page for improved responsiveness
This commit is contained in:
@ -22,7 +22,7 @@ console.log(result?.error);
|
||||
<EmptyLayout>
|
||||
<Container class={"h-100"}>
|
||||
<Row class="justify-content-center align-items-center h-100">
|
||||
<Col xs={12} md={6} lg={4}>
|
||||
<Col xs={12} sm={8} md={6} lg={5} xl={4}>
|
||||
<Card>
|
||||
<CardHeader>
|
||||
<Ascii />
|
||||
|
Reference in New Issue
Block a user