Skip to content

Commit

Permalink
fix: use dashboard layout margins in landing page (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
goemen authored May 2, 2024
1 parent 0cb512f commit 942b089
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions frontend/src/components/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<v-container class="undized">
<v-row no-gutters>
<v-col cols="12">
<v-container class="justify-center">
<v-container class="justify-center narrow">
<v-row no-gutters>
<v-col>
<!-- begin -->
Expand Down Expand Up @@ -36,7 +36,7 @@
</v-row>
<v-row no-gutters class="grey-div">
<v-col>
<v-container class="justify-center">
<v-container class="justify-center narrow">
<v-row no-gutters>
<v-col>
<h3 class="centered-text mt-14 mb-8">
Expand Down Expand Up @@ -196,6 +196,12 @@ export default {
</script>

<style scoped>
.narrow {
width: 85%;
margin-left: auto;
margin-right: auto;
}
.image-monitor {
border-style: none;
margin-left: auto;
Expand Down

0 comments on commit 942b089

Please sign in to comment.