16 lines
No EOL
251 B
Vue
16 lines
No EOL
251 B
Vue
<template>
|
|
<div class="Login">
|
|
<h1>This is the Login Page</h1>
|
|
</div>
|
|
</template>
|
|
|
|
<style>
|
|
@media (min-width: 1024px) {
|
|
.about {
|
|
min-height: 100vh;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
}
|
|
</style>
|
|
|