peer-group-grading/frontend/src/views/LoginView.vue
2025-04-09 10:29:52 +02:00

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>